Html Css Color HEX #1B4FDC Cerulean Blue

📋 copy color: '#1B4FDC'

red 27 ◦ green 79 ◦ blue 220

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

Shades of Cerulean Blue #1B4FDC

Tints of Cerulean Blue #1B4FDC

RGB

 RED value IS 27 (10.94% from 255) = 8.28%

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

 BLUE value IS 220 (86.33% from 255) = 67.48%

R = 8.28%
G = 24.23%
B = 67.48%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1B4FDC (or 0x1B4FDC) is known color: Cerulean Blue. HEX triplet: 1B, 4F and DC. RGB value is (27,79,220). Sum of RGB (Red+Green+Blue) = 27+79+220=326 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.28% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #1B4FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B4FDC is #E4B023. Grayscale: #4E4E4E. Windows color (decimal): -14987300 or 14438171. OLE color: 14438171.

HSL color Cylindrical-coordinate representation of color #1B4FDC: hue angle of 223.83º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B4FDC is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 27 79 220 -
CMYK 0.88 0.64 0 0.14
HSL 223.83º 0.78% 0.48% -
HSV(B) 223.83º 0.88% 0.86% -
XYZ 16.17 10.99 68.98 -
YUV 79.53 207.27 90.54 -
System Red Green Blue C M Y K H S L
Decimal 27 79 220 0.88 0.64 0 0.14 223.83 0.78 0.48
Hex 1B 4F DC 58 40 0 E E0 4E 30
Octal 33 117 334 130 100 0 16 340 116 60
Binary 11011 1001111 11011100 1011000 1000000 0 1110 11100000 1001110 110000

Color Harmonies of #1B4FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4FDC

Black with #1B4FDC

Text Example


Text Example

White with #1B4FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,79,220); }

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

background-color css

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

 a { background-color: rgb(27,79,220); }

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

border-color css

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

 span { border-color: rgb(27,79,220); }

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