Html Css Color HEX #1F58CD Cerulean Blue

📋 copy color: '#1F58CD'

red 31 ◦ green 88 ◦ blue 205

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

Shades of Cerulean Blue #1F58CD

Tints of Cerulean Blue #1F58CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 63.27%

R = 9.57%
G = 27.16%
B = 63.27%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1F58CD (or 0x1F58CD) is known color: Cerulean Blue. HEX triplet: 1F, 58 and CD. RGB value is (31,88,205). Sum of RGB (Red+Green+Blue) = 31+88+205=324 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.57% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 205 (80.47% from 255 or 63.27% from 324); Max value from RGB is 205 - color contains mainly: blue. Hex color #1F58CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F58CD is #E0A732. Grayscale: #535353. Windows color (decimal): -14722867 or 13457439. OLE color: 13457439.

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

Color convert

RGB 31 88 205 -
CMYK 0.85 0.57 0 0.20
HSL 220.34º 0.74% 0.46% -
HSV(B) 220.34º 0.85% 0.8% -
XYZ 15.07 11.68 59.22 -
YUV 84.3 196.12 89.99 -
System Red Green Blue C M Y K H S L
Decimal 31 88 205 0.85 0.57 0 0.20 220.34 0.74 0.46
Hex 1F 58 CD 55 39 0 14 DC 4A 2E
Octal 37 130 315 125 71 0 24 334 112 56
Binary 11111 1011000 11001101 1010101 111001 0 10100 11011100 1001010 101110

Color Harmonies of #1F58CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F58CD

Black with #1F58CD

Text Example


Text Example

White with #1F58CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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