Html Css Color HEX #2249C6 Cerulean Blue

📋 copy color: '#2249C6'

red 34 ◦ green 73 ◦ blue 198

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

Shades of Cerulean Blue #2249C6

Tints of Cerulean Blue #2249C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 64.92%

R = 11.15%
G = 23.93%
B = 64.92%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2249C6 (or 0x2249C6) is known color: Cerulean Blue. HEX triplet: 22, 49 and C6. RGB value is (34,73,198). Sum of RGB (Red+Green+Blue) = 34+73+198=305 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.15% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 198 (77.73% from 255 or 64.92% from 305); Max value from RGB is 198 - color contains mainly: blue. Hex color #2249C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2249C6 is #DDB639. Grayscale: #4B4B4B. Windows color (decimal): -14530106 or 12994850. OLE color: 12994850.

HSL color Cylindrical-coordinate representation of color #2249C6: hue angle of 225.73º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2249C6 is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 34 73 198 -
CMYK 0.83 0.63 0 0.22
HSL 225.73º 0.71% 0.45% -
HSV(B) 225.73º 0.83% 0.78% -
XYZ 13.24 9.18 54.5 -
YUV 75.59 197.08 98.34 -
System Red Green Blue C M Y K H S L
Decimal 34 73 198 0.83 0.63 0 0.22 225.73 0.71 0.45
Hex 22 49 C6 53 3F 0 16 E2 47 2D
Octal 42 111 306 123 77 0 26 342 107 55
Binary 100010 1001001 11000110 1010011 111111 0 10110 11100010 1000111 101101

Color Harmonies of #2249C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2249C6

Black with #2249C6

Text Example


Text Example

White with #2249C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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