Html Css Color HEX #1F59D7 Cerulean Blue

📋 copy color: '#1F59D7'

red 31 ◦ green 89 ◦ blue 215

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

Shades of Cerulean Blue #1F59D7

Tints of Cerulean Blue #1F59D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 64.18%

R = 9.25%
G = 26.57%
B = 64.18%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1F59D7 (or 0x1F59D7) is known color: Cerulean Blue. HEX triplet: 1F, 59 and D7. RGB value is (31,89,215). Sum of RGB (Red+Green+Blue) = 31+89+215=335 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.25% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 215 (84.38% from 255 or 64.18% from 335); Max value from RGB is 215 - color contains mainly: blue. Hex color #1F59D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F59D7 is #E0A628. Grayscale: #555555. Windows color (decimal): -14722601 or 14113055. OLE color: 14113055.

HSL color Cylindrical-coordinate representation of color #1F59D7: hue angle of 221.09º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F59D7 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 31 89 215 -
CMYK 0.86 0.59 0 0.16
HSL 221.09º 0.75% 0.48% -
HSV(B) 221.09º 0.86% 0.84% -
XYZ 16.4 12.34 65.81 -
YUV 86.02 200.78 88.75 -
System Red Green Blue C M Y K H S L
Decimal 31 89 215 0.86 0.59 0 0.16 221.09 0.75 0.48
Hex 1F 59 D7 56 3B 0 10 DD 4B 30
Octal 37 131 327 126 73 0 20 335 113 60
Binary 11111 1011001 11010111 1010110 111011 0 10000 11011101 1001011 110000

Color Harmonies of #1F59D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F59D7

Black with #1F59D7

Text Example


Text Example

White with #1F59D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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