Html Css Color HEX #1C4FEB Royal Blue

📋 copy color: '#1C4FEB'

red 28 ◦ green 79 ◦ blue 235

#1C4FEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #1C4FEB

Tints of Royal Blue #1C4FEB

RGB

 RED value IS 28 (11.33% from 255) = 8.19%

 GREEN value IS 79 (31.25% from 255) = 23.1%

 BLUE value IS 235 (92.19% from 255) = 68.71%

R = 8.19%
G = 23.1%
B = 68.71%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1C4FEB (or 0x1C4FEB) is known color: Royal Blue. HEX triplet: 1C, 4F and EB. RGB value is (28,79,235). Sum of RGB (Red+Green+Blue) = 28+79+235=342 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.19% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 235 (92.19% from 255 or 68.71% from 342); Max value from RGB is 235 - color contains mainly: blue. Hex color #1C4FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C4FEB is #E3B014. Grayscale: #505050. Windows color (decimal): -14921749 or 15421212. OLE color: 15421212.

HSL color Cylindrical-coordinate representation of color #1C4FEB: hue angle of 225.22º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C4FEB is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 28 79 235 -
CMYK 0.88 0.66 0 0.08
HSL 225.22º 0.84% 0.52% -
HSV(B) 225.22º 0.88% 0.92% -
XYZ 18.27 11.84 79.92 -
YUV 81.54 214.6 89.82 -
System Red Green Blue C M Y K H S L
Decimal 28 79 235 0.88 0.66 0 0.08 225.22 0.84 0.52
Hex 1C 4F EB 58 42 0 8 E1 54 34
Octal 34 117 353 130 102 0 10 341 124 64
Binary 11100 1001111 11101011 1011000 1000010 0 1000 11100001 1010100 110100

Color Harmonies of #1C4FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4FEB

Black with #1C4FEB

Text Example


Text Example

White with #1C4FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,79,235); }

 H1.HeaderClassName
 {
   color: #1C4FEB;
 }
 .AnyTagClassName
 {
   color: #1C4FEB;
 }
</style>

background-color css

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

 a { background-color: rgb(28,79,235); }

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

border-color css

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

 span { border-color: rgb(28,79,235); }

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