Html Css Color HEX #1B4DCD Cerulean Blue

📋 copy color: '#1B4DCD'

red 27 ◦ green 77 ◦ blue 205

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

Shades of Cerulean Blue #1B4DCD

Tints of Cerulean Blue #1B4DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 66.34%

R = 8.74%
G = 24.92%
B = 66.34%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1B4DCD (or 0x1B4DCD) is known color: Cerulean Blue. HEX triplet: 1B, 4D and CD. RGB value is (27,77,205). Sum of RGB (Red+Green+Blue) = 27+77+205=309 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.74% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #1B4DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B4DCD is #E4B232. Grayscale: #4C4C4C. Windows color (decimal): -14987827 or 13454619. OLE color: 13454619.

HSL color Cylindrical-coordinate representation of color #1B4DCD: hue angle of 223.15º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B4DCD is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 27 77 205 -
CMYK 0.87 0.62 0 0.20
HSL 223.15º 0.77% 0.45% -
HSV(B) 223.15º 0.87% 0.8% -
XYZ 14.13 9.95 58.93 -
YUV 76.64 200.44 92.59 -
System Red Green Blue C M Y K H S L
Decimal 27 77 205 0.87 0.62 0 0.20 223.15 0.77 0.45
Hex 1B 4D CD 57 3E 0 14 DF 4D 2D
Octal 33 115 315 127 76 0 24 337 115 55
Binary 11011 1001101 11001101 1010111 111110 0 10100 11011111 1001101 101101

Color Harmonies of #1B4DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4DCD

Black with #1B4DCD

Text Example


Text Example

White with #1B4DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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