Html Css Color HEX #1F4CDB Cerulean Blue

📋 copy color: '#1F4CDB'

red 31 ◦ green 76 ◦ blue 219

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

Shades of Cerulean Blue #1F4CDB

Tints of Cerulean Blue #1F4CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.31%

 BLUE value IS 219 (85.94% from 255) = 67.18%

R = 9.51%
G = 23.31%
B = 67.18%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1F4CDB (or 0x1F4CDB) is known color: Cerulean Blue. HEX triplet: 1F, 4C and DB. RGB value is (31,76,219). Sum of RGB (Red+Green+Blue) = 31+76+219=326 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.51% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F4CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F4CDB is #E0B324. Grayscale: #4E4E4E. Windows color (decimal): -14725925 or 14371871. OLE color: 14371871.

HSL color Cylindrical-coordinate representation of color #1F4CDB: hue angle of 225.64º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F4CDB is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 76 219 -
CMYK 0.86 0.65 0 0.14
HSL 225.64º 0.75% 0.49% -
HSV(B) 225.64º 0.86% 0.86% -
XYZ 15.94 10.57 68.22 -
YUV 78.85 207.09 93.87 -
System Red Green Blue C M Y K H S L
Decimal 31 76 219 0.86 0.65 0 0.14 225.64 0.75 0.49
Hex 1F 4C DB 56 41 0 E E2 4B 31
Octal 37 114 333 126 101 0 16 342 113 61
Binary 11111 1001100 11011011 1010110 1000001 0 1110 11100010 1001011 110001

Color Harmonies of #1F4CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4CDB

Black with #1F4CDB

Text Example


Text Example

White with #1F4CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,76,219); }

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

background-color css

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

 a { background-color: rgb(31,76,219); }

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

border-color css

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

 span { border-color: rgb(31,76,219); }

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