Html Css Color HEX #1F50AE Cerulean Blue

📋 copy color: '#1F50AE'

red 31 ◦ green 80 ◦ blue 174

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

Shades of Cerulean Blue #1F50AE

Tints of Cerulean Blue #1F50AE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.07%

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

R = 10.88%
G = 28.07%
B = 61.05%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1F50AE (or 0x1F50AE) is known color: Cerulean Blue. HEX triplet: 1F, 50 and AE. RGB value is (31,80,174). Sum of RGB (Red+Green+Blue) = 31+80+174=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F50AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F50AE is #E0AF51. Grayscale: #4B4B4B. Windows color (decimal): -14724946 or 11423775. OLE color: 11423775.

HSL color Cylindrical-coordinate representation of color #1F50AE: hue angle of 219.44º 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 #1F50AE is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 31 80 174 -
CMYK 0.82 0.54 0 0.32
HSL 219.44º 0.7% 0.4% -
HSV(B) 219.44º 0.82% 0.68% -
XYZ 11.07 9.08 41.21 -
YUV 76.07 183.27 95.86 -
System Red Green Blue C M Y K H S L
Decimal 31 80 174 0.82 0.54 0 0.32 219.44 0.7 0.4
Hex 1F 50 AE 52 36 0 20 DB 46 28
Octal 37 120 256 122 66 0 40 333 106 50
Binary 11111 1010000 10101110 1010010 110110 0 100000 11011011 1000110 101000

Color Harmonies of #1F50AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F50AE

Black with #1F50AE

Text Example


Text Example

White with #1F50AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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