Html Css Color HEX #2249E7 Cerulean Blue

📋 copy color: '#2249E7'

red 34 ◦ green 73 ◦ blue 231

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

Shades of Cerulean Blue #2249E7

Tints of Cerulean Blue #2249E7

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.6%

 BLUE value IS 231 (90.63% from 255) = 68.34%

R = 10.06%
G = 21.6%
B = 68.34%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2249E7 (or 0x2249E7) is known color: Cerulean Blue. HEX triplet: 22, 49 and E7. RGB value is (34,73,231). Sum of RGB (Red+Green+Blue) = 34+73+231=338 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.06% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 231 (90.62% from 255 or 68.34% from 338); Max value from RGB is 231 - color contains mainly: blue. Hex color #2249E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2249E7 is #DDB618. Grayscale: #4E4E4E. Windows color (decimal): -14530073 or 15157538. OLE color: 15157538.

HSL color Cylindrical-coordinate representation of color #2249E7: hue angle of 228.12º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2249E7 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 34 73 231 -
CMYK 0.85 0.68 0 0.09
HSL 228.12º 0.8% 0.52% -
HSV(B) 228.12º 0.85% 0.91% -
XYZ 17.47 10.87 76.78 -
YUV 79.35 213.58 95.65 -
System Red Green Blue C M Y K H S L
Decimal 34 73 231 0.85 0.68 0 0.09 228.12 0.8 0.52
Hex 22 49 E7 55 44 0 9 E4 50 34
Octal 42 111 347 125 104 0 11 344 120 64
Binary 100010 1001001 11100111 1010101 1000100 0 1001 11100100 1010000 110100

Color Harmonies of #2249E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2249E7

Black with #2249E7

Text Example


Text Example

White with #2249E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2249E7; }

 p { color: rgb(34,73,231); }

 H1.HeaderClassName
 {
   color: #2249E7;
 }
 .AnyTagClassName
 {
   color: #2249E7;
 }
</style>

background-color css

<style>
 a { background-color: #2249E7; }

 a { background-color: rgb(34,73,231); }

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

border-color css

<style>
 span { border-color: #2249E7; }

 span { border-color: rgb(34,73,231); }

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