Html Css Color HEX #1F57CC Cerulean Blue

📋 copy color: '#1F57CC'

red 31 ◦ green 87 ◦ blue 204

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

Shades of Cerulean Blue #1F57CC

Tints of Cerulean Blue #1F57CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 63.35%

R = 9.63%
G = 27.02%
B = 63.35%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1F57CC (or 0x1F57CC) is known color: Cerulean Blue. HEX triplet: 1F, 57 and CC. RGB value is (31,87,204). Sum of RGB (Red+Green+Blue) = 31+87+204=322 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.63% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F57CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F57CC is #E0A833. Grayscale: #535353. Windows color (decimal): -14723124 or 13391647. OLE color: 13391647.

HSL color Cylindrical-coordinate representation of color #1F57CC: hue angle of 220.58º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F57CC is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 31 87 204 -
CMYK 0.85 0.57 0 0.2
HSL 220.58º 0.74% 0.46% -
HSV(B) 220.58º 0.85% 0.8% -
XYZ 14.87 11.47 58.56 -
YUV 83.59 195.95 90.49 -
System Red Green Blue C M Y K H S L
Decimal 31 87 204 0.85 0.57 0 0.2 220.58 0.74 0.46
Hex 1F 57 CC 55 39 0 14 DD 4A 2E
Octal 37 127 314 125 71 0 24 335 112 56
Binary 11111 1010111 11001100 1010101 111001 0 10100 11011101 1001010 101110

Color Harmonies of #1F57CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F57CC

Black with #1F57CC

Text Example


Text Example

White with #1F57CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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