Html Css Color HEX #1B4EDD Cerulean Blue

📋 copy color: '#1B4EDD'

red 27 ◦ green 78 ◦ blue 221

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

Shades of Cerulean Blue #1B4EDD

Tints of Cerulean Blue #1B4EDD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.93%

 BLUE value IS 221 (86.72% from 255) = 67.79%

R = 8.28%
G = 23.93%
B = 67.79%

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

#1B4EDD (or 0x1B4EDD) is known color: Cerulean Blue. HEX triplet: 1B, 4E and DD. RGB value is (27,78,221). Sum of RGB (Red+Green+Blue) = 27+78+221=326 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.28% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 221 (86.72% from 255 or 67.79% from 326); Max value from RGB is 221 - color contains mainly: blue. Hex color #1B4EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B4EDD is #E4B122. Grayscale: #4E4E4E. Windows color (decimal): -14987555 or 14503451. OLE color: 14503451.

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

Color convert

RGB 27 78 221 -
CMYK 0.88 0.65 0 0.13
HSL 224.23º 0.78% 0.49% -
HSV(B) 224.23º 0.88% 0.87% -
XYZ 16.23 10.9 69.66 -
YUV 79.05 208.1 90.87 -
System Red Green Blue C M Y K H S L
Decimal 27 78 221 0.88 0.65 0 0.13 224.23 0.78 0.49
Hex 1B 4E DD 58 41 0 D E0 4E 31
Octal 33 116 335 130 101 0 15 340 116 61
Binary 11011 1001110 11011101 1011000 1000001 0 1101 11100000 1001110 110001

Color Harmonies of #1B4EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4EDD

Black with #1B4EDD

Text Example


Text Example

White with #1B4EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,78,221); }

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

background-color css

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

 a { background-color: rgb(27,78,221); }

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

border-color css

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

 span { border-color: rgb(27,78,221); }

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