Html Css Color HEX #1F50AB Cerulean Blue

📋 copy color: '#1F50AB'

red 31 ◦ green 80 ◦ blue 171

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

Shades of Cerulean Blue #1F50AB

Tints of Cerulean Blue #1F50AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60.64%

R = 10.99%
G = 28.37%
B = 60.64%

CMYK

 C value IS 0.82

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F50AB (or 0x1F50AB) is known color: Cerulean Blue. HEX triplet: 1F, 50 and AB. RGB value is (31,80,171). Sum of RGB (Red+Green+Blue) = 31+80+171=282 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.99% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F50AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F50AB is #E0AF54. Grayscale: #4B4B4B. Windows color (decimal): -14724949 or 11227167. OLE color: 11227167.

HSL color Cylindrical-coordinate representation of color #1F50AB: hue angle of 219º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F50AB is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 31 80 171 -
CMYK 0.82 0.53 0 0.33
HSL 219º 0.69% 0.4% -
HSV(B) 219º 0.82% 0.67% -
XYZ 10.78 8.97 39.69 -
YUV 75.72 181.77 96.1 -
System Red Green Blue C M Y K H S L
Decimal 31 80 171 0.82 0.53 0 0.33 219 0.69 0.4
Hex 1F 50 AB 52 35 0 21 DB 45 28
Octal 37 120 253 122 65 0 41 333 105 50
Binary 11111 1010000 10101011 1010010 110101 0 100001 11011011 1000101 101000

Color Harmonies of #1F50AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F50AB

Black with #1F50AB

Text Example


Text Example

White with #1F50AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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