Html Css Color HEX #1F57DB Cerulean Blue

📋 copy color: '#1F57DB'

red 31 ◦ green 87 ◦ blue 219

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

Shades of Cerulean Blue #1F57DB

Tints of Cerulean Blue #1F57DB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.82%

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

R = 9.2%
G = 25.82%
B = 64.99%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1F57DB (or 0x1F57DB) is known color: Cerulean Blue. HEX triplet: 1F, 57 and DB. RGB value is (31,87,219). Sum of RGB (Red+Green+Blue) = 31+87+219=337 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.20% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F57DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F57DB is #E0A824. Grayscale: #545454. Windows color (decimal): -14723109 or 14374687. OLE color: 14374687.

HSL color Cylindrical-coordinate representation of color #1F57DB: hue angle of 222.13º 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 #1F57DB is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 87 219 -
CMYK 0.86 0.60 0 0.14
HSL 222.13º 0.75% 0.49% -
HSV(B) 222.13º 0.86% 0.86% -
XYZ 16.76 12.22 68.49 -
YUV 85.3 203.45 89.27 -
System Red Green Blue C M Y K H S L
Decimal 31 87 219 0.86 0.60 0 0.14 222.13 0.75 0.49
Hex 1F 57 DB 56 3C 0 E DE 4B 31
Octal 37 127 333 126 74 0 16 336 113 61
Binary 11111 1010111 11011011 1010110 111100 0 1110 11011110 1001011 110001

Color Harmonies of #1F57DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F57DB

Black with #1F57DB

Text Example


Text Example

White with #1F57DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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