Html Css Color HEX #1B4ADC Cerulean Blue

📋 copy color: '#1B4ADC'

red 27 ◦ green 74 ◦ blue 220

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

Shades of Cerulean Blue #1B4ADC

Tints of Cerulean Blue #1B4ADC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.05%

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

R = 8.41%
G = 23.05%
B = 68.54%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1B4ADC (or 0x1B4ADC) is known color: Cerulean Blue. HEX triplet: 1B, 4A and DC. RGB value is (27,74,220). Sum of RGB (Red+Green+Blue) = 27+74+220=321 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.41% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #1B4ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B4ADC is #E4B523. Grayscale: #4B4B4B. Windows color (decimal): -14988580 or 14436891. OLE color: 14436891.

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

Color convert

RGB 27 74 220 -
CMYK 0.88 0.66 0 0.14
HSL 225.39º 0.78% 0.48% -
HSV(B) 225.39º 0.88% 0.86% -
XYZ 15.82 10.3 68.86 -
YUV 76.59 208.93 92.63 -
System Red Green Blue C M Y K H S L
Decimal 27 74 220 0.88 0.66 0 0.14 225.39 0.78 0.48
Hex 1B 4A DC 58 42 0 E E1 4E 30
Octal 33 112 334 130 102 0 16 341 116 60
Binary 11011 1001010 11011100 1011000 1000010 0 1110 11100001 1001110 110000

Color Harmonies of #1B4ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4ADC

Black with #1B4ADC

Text Example


Text Example

White with #1B4ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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