Html Css Color HEX #1B4FDE Cerulean Blue

📋 copy color: '#1B4FDE'

red 27 ◦ green 79 ◦ blue 222

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

Shades of Cerulean Blue #1B4FDE

Tints of Cerulean Blue #1B4FDE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.09%

 BLUE value IS 222 (87.11% from 255) = 67.68%

R = 8.23%
G = 24.09%
B = 67.68%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1B4FDE (or 0x1B4FDE) is known color: Cerulean Blue. HEX triplet: 1B, 4F and DE. RGB value is (27,79,222). Sum of RGB (Red+Green+Blue) = 27+79+222=328 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.23% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 222 (87.11% from 255 or 67.68% from 328); Max value from RGB is 222 - color contains mainly: blue. Hex color #1B4FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B4FDE is #E4B021. Grayscale: #4F4F4F. Windows color (decimal): -14987298 or 14569243. OLE color: 14569243.

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

Color convert

RGB 27 79 222 -
CMYK 0.88 0.64 0 0.13
HSL 224º 0.78% 0.49% -
HSV(B) 224º 0.88% 0.87% -
XYZ 16.43 11.1 70.38 -
YUV 79.75 208.27 90.37 -
System Red Green Blue C M Y K H S L
Decimal 27 79 222 0.88 0.64 0 0.13 224 0.78 0.49
Hex 1B 4F DE 58 40 0 D E0 4E 31
Octal 33 117 336 130 100 0 15 340 116 61
Binary 11011 1001111 11011110 1011000 1000000 0 1101 11100000 1001110 110001

Color Harmonies of #1B4FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4FDE

Black with #1B4FDE

Text Example


Text Example

White with #1B4FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,79,222); }

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

background-color css

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

 a { background-color: rgb(27,79,222); }

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

border-color css

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

 span { border-color: rgb(27,79,222); }

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