Html Css Color HEX #1B4CDC Cerulean Blue

📋 copy color: '#1B4CDC'

red 27 ◦ green 76 ◦ blue 220

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

Shades of Cerulean Blue #1B4CDC

Tints of Cerulean Blue #1B4CDC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.53%

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

R = 8.36%
G = 23.53%
B = 68.11%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1B4CDC (or 0x1B4CDC) is known color: Cerulean Blue. HEX triplet: 1B, 4C and DC. RGB value is (27,76,220). Sum of RGB (Red+Green+Blue) = 27+76+220=323 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.36% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 220 (86.33% from 255 or 68.11% from 323); Max value from RGB is 220 - color contains mainly: blue. Hex color #1B4CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B4CDC is #E4B323. Grayscale: #4D4D4D. Windows color (decimal): -14988068 or 14437403. OLE color: 14437403.

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

Color convert

RGB 27 76 220 -
CMYK 0.88 0.65 0 0.14
HSL 224.77º 0.78% 0.48% -
HSV(B) 224.77º 0.88% 0.86% -
XYZ 15.95 10.57 68.91 -
YUV 77.77 208.27 91.79 -
System Red Green Blue C M Y K H S L
Decimal 27 76 220 0.88 0.65 0 0.14 224.77 0.78 0.48
Hex 1B 4C DC 58 41 0 E E1 4E 30
Octal 33 114 334 130 101 0 16 341 116 60
Binary 11011 1001100 11011100 1011000 1000001 0 1110 11100001 1001110 110000

Color Harmonies of #1B4CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4CDC

Black with #1B4CDC

Text Example


Text Example

White with #1B4CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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