Html Css Color HEX #2247EA Cerulean Blue

📋 copy color: '#2247EA'

red 34 ◦ green 71 ◦ blue 234

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

Shades of Cerulean Blue #2247EA

Tints of Cerulean Blue #2247EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 69.03%

R = 10.03%
G = 20.94%
B = 69.03%

CMYK

 C value IS 0.85

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2247EA (or 0x2247EA) is known color: Cerulean Blue. HEX triplet: 22, 47 and EA. RGB value is (34,71,234). Sum of RGB (Red+Green+Blue) = 34+71+234=339 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.03% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 234 (91.80% from 255 or 69.03% from 339); Max value from RGB is 234 - color contains mainly: blue. Hex color #2247EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2247EA is #DDB815. Grayscale: #4D4D4D. Windows color (decimal): -14530582 or 15353634. OLE color: 15353634.

HSL color Cylindrical-coordinate representation of color #2247EA: hue angle of 228.9º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2247EA is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 34 71 234 -
CMYK 0.85 0.70 0 0.08
HSL 228.9º 0.83% 0.53% -
HSV(B) 228.9º 0.85% 0.92% -
XYZ 17.76 10.79 78.99 -
YUV 78.52 215.74 96.25 -
System Red Green Blue C M Y K H S L
Decimal 34 71 234 0.85 0.70 0 0.08 228.9 0.83 0.53
Hex 22 47 EA 55 46 0 8 E5 53 35
Octal 42 107 352 125 106 0 10 345 123 65
Binary 100010 1000111 11101010 1010101 1000110 0 1000 11100101 1010011 110101

Color Harmonies of #2247EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2247EA

Black with #2247EA

Text Example


Text Example

White with #2247EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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