Html Css Color HEX #2F5AAF Cerulean Blue

📋 copy color: '#2F5AAF'

red 47 ◦ green 90 ◦ blue 175

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

Shades of Cerulean Blue #2F5AAF

Tints of Cerulean Blue #2F5AAF

RGB

 RED value IS 47 (18.75% from 255) = 15.06%

 GREEN value IS 90 (35.55% from 255) = 28.85%

 BLUE value IS 175 (68.75% from 255) = 56.09%

R = 15.06%
G = 28.85%
B = 56.09%

CMYK

 C value IS 0.73

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2F5AAF (or 0x2F5AAF) is known color: Cerulean Blue. HEX triplet: 2F, 5A and AF. RGB value is (47,90,175). Sum of RGB (Red+Green+Blue) = 47+90+175=312 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.06% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #2F5AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5AAF is #D0A550. Grayscale: #565656. Windows color (decimal): -13673809 or 11491887. OLE color: 11491887.

HSL color Cylindrical-coordinate representation of color #2F5AAF: hue angle of 219.84º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F5AAF is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 47 90 175 -
CMYK 0.73 0.49 0 0.31
HSL 219.84º 0.58% 0.44% -
HSV(B) 219.84º 0.73% 0.69% -
XYZ 12.57 11.01 42.02 -
YUV 86.83 177.75 99.59 -
System Red Green Blue C M Y K H S L
Decimal 47 90 175 0.73 0.49 0 0.31 219.84 0.58 0.44
Hex 2F 5A AF 49 31 0 1F DC 3A 2C
Octal 57 132 257 111 61 0 37 334 72 54
Binary 101111 1011010 10101111 1001001 110001 0 11111 11011100 111010 101100

Color Harmonies of #2F5AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5AAF

Black with #2F5AAF

Text Example


Text Example

White with #2F5AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F5AAF; }

 p { color: rgb(47,90,175); }

 H1.HeaderClassName
 {
   color: #2F5AAF;
 }
 .AnyTagClassName
 {
   color: #2F5AAF;
 }
</style>

background-color css

<style>
 a { background-color: #2F5AAF; }

 a { background-color: rgb(47,90,175); }

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

border-color css

<style>
 span { border-color: #2F5AAF; }

 span { border-color: rgb(47,90,175); }

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