Html Css Color HEX #1B4BDF Cerulean Blue

📋 copy color: '#1B4BDF'

red 27 ◦ green 75 ◦ blue 223

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

Shades of Cerulean Blue #1B4BDF

Tints of Cerulean Blue #1B4BDF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.08%

 BLUE value IS 223 (87.5% from 255) = 68.62%

R = 8.31%
G = 23.08%
B = 68.62%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1B4BDF (or 0x1B4BDF) is known color: Cerulean Blue. HEX triplet: 1B, 4B and DF. RGB value is (27,75,223). Sum of RGB (Red+Green+Blue) = 27+75+223=325 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.31% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B4BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B4BDF is #E4B420. Grayscale: #4C4C4C. Windows color (decimal): -14988321 or 14633755. OLE color: 14633755.

HSL color Cylindrical-coordinate representation of color #1B4BDF: hue angle of 225.31º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B4BDF is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 27 75 223 -
CMYK 0.88 0.66 0 0.13
HSL 225.31º 0.78% 0.49% -
HSV(B) 225.31º 0.88% 0.87% -
XYZ 16.29 10.59 71 -
YUV 77.52 210.1 91.97 -
System Red Green Blue C M Y K H S L
Decimal 27 75 223 0.88 0.66 0 0.13 225.31 0.78 0.49
Hex 1B 4B DF 58 42 0 D E1 4E 31
Octal 33 113 337 130 102 0 15 341 116 61
Binary 11011 1001011 11011111 1011000 1000010 0 1101 11100001 1001110 110001

Color Harmonies of #1B4BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4BDF

Black with #1B4BDF

Text Example


Text Example

White with #1B4BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,75,223); }

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

background-color css

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

 a { background-color: rgb(27,75,223); }

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

border-color css

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

 span { border-color: rgb(27,75,223); }

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