Html Css Color HEX #1B4ECF Cerulean Blue

📋 copy color: '#1B4ECF'

red 27 ◦ green 78 ◦ blue 207

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

Shades of Cerulean Blue #1B4ECF

Tints of Cerulean Blue #1B4ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 66.35%

R = 8.65%
G = 25%
B = 66.35%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1B4ECF (or 0x1B4ECF) is known color: Cerulean Blue. HEX triplet: 1B, 4E and CF. RGB value is (27,78,207). Sum of RGB (Red+Green+Blue) = 27+78+207=312 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.65% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 207 (81.25% from 255 or 66.35% from 312); Max value from RGB is 207 - color contains mainly: blue. Hex color #1B4ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B4ECF is #E4B130. Grayscale: #4C4C4C. Windows color (decimal): -14987569 or 13585947. OLE color: 13585947.

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

Color convert

RGB 27 78 207 -
CMYK 0.87 0.62 0 0.19
HSL 223º 0.77% 0.46% -
HSV(B) 223º 0.87% 0.81% -
XYZ 14.44 10.19 60.24 -
YUV 77.46 201.1 92.01 -
System Red Green Blue C M Y K H S L
Decimal 27 78 207 0.87 0.62 0 0.19 223 0.77 0.46
Hex 1B 4E CF 57 3E 0 13 DF 4D 2E
Octal 33 116 317 127 76 0 23 337 115 56
Binary 11011 1001110 11001111 1010111 111110 0 10011 11011111 1001101 101110

Color Harmonies of #1B4ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4ECF

Black with #1B4ECF

Text Example


Text Example

White with #1B4ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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