Html Css Color HEX #2249DA Cerulean Blue

📋 copy color: '#2249DA'

red 34 ◦ green 73 ◦ blue 218

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

Shades of Cerulean Blue #2249DA

Tints of Cerulean Blue #2249DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 67.08%

R = 10.46%
G = 22.46%
B = 67.08%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2249DA (or 0x2249DA) is known color: Cerulean Blue. HEX triplet: 22, 49 and DA. RGB value is (34,73,218). Sum of RGB (Red+Green+Blue) = 34+73+218=325 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.46% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 218 (85.55% from 255 or 67.08% from 325); Max value from RGB is 218 - color contains mainly: blue. Hex color #2249DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2249DA is #DDB625. Grayscale: #4D4D4D. Windows color (decimal): -14530086 or 14305570. OLE color: 14305570.

HSL color Cylindrical-coordinate representation of color #2249DA: hue angle of 227.28º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2249DA is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 34 73 218 -
CMYK 0.84 0.67 0 0.15
HSL 227.28º 0.73% 0.49% -
HSV(B) 227.28º 0.84% 0.85% -
XYZ 15.7 10.17 67.46 -
YUV 77.87 207.08 96.71 -
System Red Green Blue C M Y K H S L
Decimal 34 73 218 0.84 0.67 0 0.15 227.28 0.73 0.49
Hex 22 49 DA 54 43 0 F E3 49 31
Octal 42 111 332 124 103 0 17 343 111 61
Binary 100010 1001001 11011010 1010100 1000011 0 1111 11100011 1001001 110001

Color Harmonies of #2249DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2249DA

Black with #2249DA

Text Example


Text Example

White with #2249DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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