Html Css Color HEX #2247AF Cerulean Blue

📋 copy color: '#2247AF'

red 34 ◦ green 71 ◦ blue 175

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

Shades of Cerulean Blue #2247AF

Tints of Cerulean Blue #2247AF

RGB

 RED value IS 34 (13.67% from 255) = 12.14%

 GREEN value IS 71 (28.13% from 255) = 25.36%

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

R = 12.14%
G = 25.36%
B = 62.5%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2247AF (or 0x2247AF) is known color: Cerulean Blue. HEX triplet: 22, 47 and AF. RGB value is (34,71,175). Sum of RGB (Red+Green+Blue) = 34+71+175=280 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.14% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 175 (68.75% from 255 or 62.5% from 280); Max value from RGB is 175 - color contains mainly: blue. Hex color #2247AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2247AF is #DDB850. Grayscale: #474747. Windows color (decimal): -14530641 or 11487010. OLE color: 11487010.

HSL color Cylindrical-coordinate representation of color #2247AF: hue angle of 224.26º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2247AF is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 34 71 175 -
CMYK 0.81 0.59 0 0.31
HSL 224.26º 0.67% 0.41% -
HSV(B) 224.26º 0.81% 0.69% -
XYZ 10.65 7.94 41.53 -
YUV 71.79 186.24 101.04 -
System Red Green Blue C M Y K H S L
Decimal 34 71 175 0.81 0.59 0 0.31 224.26 0.67 0.41
Hex 22 47 AF 51 3B 0 1F E0 43 29
Octal 42 107 257 121 73 0 37 340 103 51
Binary 100010 1000111 10101111 1010001 111011 0 11111 11100000 1000011 101001

Color Harmonies of #2247AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2247AF

Black with #2247AF

Text Example


Text Example

White with #2247AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2247AF; }

 p { color: rgb(34,71,175); }

 H1.HeaderClassName
 {
   color: #2247AF;
 }
 .AnyTagClassName
 {
   color: #2247AF;
 }
</style>

background-color css

<style>
 a { background-color: #2247AF; }

 a { background-color: rgb(34,71,175); }

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

border-color css

<style>
 span { border-color: #2247AF; }

 span { border-color: rgb(34,71,175); }

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