Html Css Color HEX #1F55AE Cerulean Blue

📋 copy color: '#1F55AE'

red 31 ◦ green 85 ◦ blue 174

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

Shades of Cerulean Blue #1F55AE

Tints of Cerulean Blue #1F55AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 60%

R = 10.69%
G = 29.31%
B = 60%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1F55AE (or 0x1F55AE) is known color: Cerulean Blue. HEX triplet: 1F, 55 and AE. RGB value is (31,85,174). Sum of RGB (Red+Green+Blue) = 31+85+174=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F55AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F55AE is #E0AA51. Grayscale: #4E4E4E. Windows color (decimal): -14723666 or 11425055. OLE color: 11425055.

HSL color Cylindrical-coordinate representation of color #1F55AE: hue angle of 217.34º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F55AE is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 31 85 174 -
CMYK 0.82 0.51 0 0.32
HSL 217.34º 0.7% 0.4% -
HSV(B) 217.34º 0.82% 0.68% -
XYZ 11.45 9.84 41.34 -
YUV 79 181.61 93.76 -
System Red Green Blue C M Y K H S L
Decimal 31 85 174 0.82 0.51 0 0.32 217.34 0.7 0.4
Hex 1F 55 AE 52 33 0 20 D9 46 28
Octal 37 125 256 122 63 0 40 331 106 50
Binary 11111 1010101 10101110 1010010 110011 0 100000 11011001 1000110 101000

Color Harmonies of #1F55AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F55AE

Black with #1F55AE

Text Example


Text Example

White with #1F55AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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