Html Css Color HEX #1F59CD Cerulean Blue

📋 copy color: '#1F59CD'

red 31 ◦ green 89 ◦ blue 205

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

Shades of Cerulean Blue #1F59CD

Tints of Cerulean Blue #1F59CD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.38%

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

R = 9.54%
G = 27.38%
B = 63.08%

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

#1F59CD (or 0x1F59CD) is known color: Cerulean Blue. HEX triplet: 1F, 59 and CD. RGB value is (31,89,205). Sum of RGB (Red+Green+Blue) = 31+89+205=325 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.54% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 205 (80.47% from 255 or 63.08% from 325); Max value from RGB is 205 - color contains mainly: blue. Hex color #1F59CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F59CD is #E0A632. Grayscale: #545454. Windows color (decimal): -14722611 or 13457695. OLE color: 13457695.

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

Color convert

RGB 31 89 205 -
CMYK 0.85 0.57 0 0.20
HSL 220º 0.74% 0.46% -
HSV(B) 220º 0.85% 0.8% -
XYZ 15.16 11.84 59.24 -
YUV 84.88 195.78 89.57 -
System Red Green Blue C M Y K H S L
Decimal 31 89 205 0.85 0.57 0 0.20 220 0.74 0.46
Hex 1F 59 CD 55 39 0 14 DC 4A 2E
Octal 37 131 315 125 71 0 24 334 112 56
Binary 11111 1011001 11001101 1010101 111001 0 10100 11011100 1001010 101110

Color Harmonies of #1F59CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F59CD

Black with #1F59CD

Text Example


Text Example

White with #1F59CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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