Html Css Color HEX #1F58CC Cerulean Blue

📋 copy color: '#1F58CC'

red 31 ◦ green 88 ◦ blue 204

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

Shades of Cerulean Blue #1F58CC

Tints of Cerulean Blue #1F58CC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.24%

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

R = 9.6%
G = 27.24%
B = 63.16%

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

#1F58CC (or 0x1F58CC) is known color: Cerulean Blue. HEX triplet: 1F, 58 and CC. RGB value is (31,88,204). Sum of RGB (Red+Green+Blue) = 31+88+204=323 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.60% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F58CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F58CC is #E0A733. Grayscale: #535353. Windows color (decimal): -14722868 or 13391903. OLE color: 13391903.

HSL color Cylindrical-coordinate representation of color #1F58CC: hue angle of 220.23º 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 #1F58CC is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 31 88 204 -
CMYK 0.85 0.57 0 0.2
HSL 220.23º 0.74% 0.46% -
HSV(B) 220.23º 0.85% 0.8% -
XYZ 14.95 11.63 58.58 -
YUV 84.18 195.62 90.07 -
System Red Green Blue C M Y K H S L
Decimal 31 88 204 0.85 0.57 0 0.2 220.23 0.74 0.46
Hex 1F 58 CC 55 39 0 14 DC 4A 2E
Octal 37 130 314 125 71 0 24 334 112 56
Binary 11111 1011000 11001100 1010101 111001 0 10100 11011100 1001010 101110

Color Harmonies of #1F58CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F58CC

Black with #1F58CC

Text Example


Text Example

White with #1F58CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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