Html Css Color HEX #1F55CD Cerulean Blue

📋 copy color: '#1F55CD'

red 31 ◦ green 85 ◦ blue 205

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

Shades of Cerulean Blue #1F55CD

Tints of Cerulean Blue #1F55CD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.48%

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

R = 9.66%
G = 26.48%
B = 63.86%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1F55CD (or 0x1F55CD) is known color: Cerulean Blue. HEX triplet: 1F, 55 and CD. RGB value is (31,85,205). Sum of RGB (Red+Green+Blue) = 31+85+205=321 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.66% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #1F55CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F55CD is #E0AA32. Grayscale: #525252. Windows color (decimal): -14723635 or 13456671. OLE color: 13456671.

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

Color convert

RGB 31 85 205 -
CMYK 0.85 0.59 0 0.20
HSL 221.38º 0.74% 0.46% -
HSV(B) 221.38º 0.85% 0.8% -
XYZ 14.83 11.2 59.14 -
YUV 82.53 197.11 91.24 -
System Red Green Blue C M Y K H S L
Decimal 31 85 205 0.85 0.59 0 0.20 221.38 0.74 0.46
Hex 1F 55 CD 55 3B 0 14 DD 4A 2E
Octal 37 125 315 125 73 0 24 335 112 56
Binary 11111 1010101 11001101 1010101 111011 0 10100 11011101 1001010 101110

Color Harmonies of #1F55CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F55CD

Black with #1F55CD

Text Example


Text Example

White with #1F55CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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