Html Css Color HEX #1F4EBD Cerulean Blue

📋 copy color: '#1F4EBD'

red 31 ◦ green 78 ◦ blue 189

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

Shades of Cerulean Blue #1F4EBD

Tints of Cerulean Blue #1F4EBD

RGB

 RED value IS 31 (12.5% from 255) = 10.4%

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

 BLUE value IS 189 (74.22% from 255) = 63.42%

R = 10.4%
G = 26.17%
B = 63.42%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1F4EBD (or 0x1F4EBD) is known color: Cerulean Blue. HEX triplet: 1F, 4E and BD. RGB value is (31,78,189). Sum of RGB (Red+Green+Blue) = 31+78+189=298 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.40% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 189 (74.22% from 255 or 63.42% from 298); Max value from RGB is 189 - color contains mainly: blue. Hex color #1F4EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F4EBD is #E0B142. Grayscale: #4C4C4C. Windows color (decimal): -14725443 or 12406303. OLE color: 12406303.

HSL color Cylindrical-coordinate representation of color #1F4EBD: hue angle of 222.15º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F4EBD is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 31 78 189 -
CMYK 0.84 0.59 0 0.26
HSL 222.15º 0.72% 0.43% -
HSV(B) 222.15º 0.84% 0.74% -
XYZ 12.47 9.41 49.3 -
YUV 76.6 191.43 95.47 -
System Red Green Blue C M Y K H S L
Decimal 31 78 189 0.84 0.59 0 0.26 222.15 0.72 0.43
Hex 1F 4E BD 54 3B 0 1A DE 48 2B
Octal 37 116 275 124 73 0 32 336 110 53
Binary 11111 1001110 10111101 1010100 111011 0 11010 11011110 1001000 101011

Color Harmonies of #1F4EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4EBD

Black with #1F4EBD

Text Example


Text Example

White with #1F4EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,78,189); }

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

background-color css

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

 a { background-color: rgb(31,78,189); }

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

border-color css

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

 span { border-color: rgb(31,78,189); }

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