#1c62f8

Color #1C62F8 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #1C62F8

Tints of Royal Blue #1C62F8

Color information

#1C62F8 (or 0x1C62F8) is unknown color: approx Royal Blue. HEX triplet: 1C, 62 and F8. RGB value is (28,98,248). Sum of RGB (Red+Green+Blue) = 28+98+248=374 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.49% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 248 (97.27% from 255 or 66.31% from 374); Max value from RGB is 248 - color contains mainly: blue. Hex color #1C62F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C62F8 is #E39D07. Grayscale: #5D5D5D. Windows color (decimal): -14916872 or 16278044. OLE color: 16278044.

HSL color Cylindrical-coordinate representation of color #1C62F8: hue angle of 220.91º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C62F8 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB2898248-
CMYK0.890.6000.03
HSL220.91º94.02%54.12%-
HSV(B)220.91º88.71%97.25%-
XYZ21.7915.7690.7-
YUV94.17214.8180.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 7.49%
GREEN value IS 98 (38.67% from 255) = 26.20%
BLUE value IS 248 (97.27% from 255) = 66.31%
R=7.49%
G=26.20%
B=66.31%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal28982480.890.6000.03220.9194.0254.12
Hex1C62F8593C03dd5e36
Octal34142370131740333513666
Binary111001100010111110001011001111100011110111011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c62f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1c62f8; }

 p { color: rgb(28,98,248); }

 H1.HeaderClassName
 {
   color: #1c62f8;
 }
 .AnyTagClassName
 {
   color: #1c62f8;
 }
</style>
background-color css

<style>
 a { background-color: #1c62f8; }

 a { background-color: rgb(28,98,248); }

 div.DivClassName
 {
   background-color: #1c62f8;
 }
 .BgClassName
 {
   background-color: #1c62f8;
 }
</style>
border-color css

<style>
 span { border-color: #1c62f8; }

 span { border-color: rgb(28,98,248); }

 td.TdClassName
 {
   border-color: #1c62f8;
 }
 .TagClassName
 {
   border-color: #1c62f8;
 }
</style>