Html Css Color HEX #1B4DDF Cerulean Blue

📋 copy color: '#1B4DDF'

red 27 ◦ green 77 ◦ blue 223

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

Shades of Cerulean Blue #1B4DDF

Tints of Cerulean Blue #1B4DDF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.55%

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

R = 8.26%
G = 23.55%
B = 68.2%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1B4DDF (or 0x1B4DDF) is known color: Cerulean Blue. HEX triplet: 1B, 4D and DF. RGB value is (27,77,223). Sum of RGB (Red+Green+Blue) = 27+77+223=327 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.26% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 223 (87.5% from 255 or 68.20% from 327); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B4DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B4DDF is #E4B220. Grayscale: #4E4E4E. Windows color (decimal): -14987809 or 14634267. OLE color: 14634267.

HSL color Cylindrical-coordinate representation of color #1B4DDF: hue angle of 224.69º 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 #1B4DDF is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 27 77 223 -
CMYK 0.88 0.65 0 0.13
HSL 224.69º 0.78% 0.49% -
HSV(B) 224.69º 0.88% 0.87% -
XYZ 16.43 10.87 71.04 -
YUV 78.69 209.44 91.13 -
System Red Green Blue C M Y K H S L
Decimal 27 77 223 0.88 0.65 0 0.13 224.69 0.78 0.49
Hex 1B 4D DF 58 41 0 D E1 4E 31
Octal 33 115 337 130 101 0 15 341 116 61
Binary 11011 1001101 11011111 1011000 1000001 0 1101 11100001 1001110 110001

Color Harmonies of #1B4DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4DDF

Black with #1B4DDF

Text Example


Text Example

White with #1B4DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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