Html Css Color HEX #2248CE Cerulean Blue

📋 copy color: '#2248CE'

red 34 ◦ green 72 ◦ blue 206

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

Shades of Cerulean Blue #2248CE

Tints of Cerulean Blue #2248CE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.08%

 BLUE value IS 206 (80.86% from 255) = 66.03%

R = 10.9%
G = 23.08%
B = 66.03%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2248CE (or 0x2248CE) is known color: Cerulean Blue. HEX triplet: 22, 48 and CE. RGB value is (34,72,206). Sum of RGB (Red+Green+Blue) = 34+72+206=312 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.90% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 206 (80.86% from 255 or 66.03% from 312); Max value from RGB is 206 - color contains mainly: blue. Hex color #2248CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2248CE is #DDB731. Grayscale: #4B4B4B. Windows color (decimal): -14530354 or 13518882. OLE color: 13518882.

HSL color Cylindrical-coordinate representation of color #2248CE: hue angle of 226.74º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2248CE is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 34 72 206 -
CMYK 0.83 0.65 0 0.19
HSL 226.74º 0.72% 0.47% -
HSV(B) 226.74º 0.83% 0.81% -
XYZ 14.12 9.43 59.47 -
YUV 75.91 201.41 98.1 -
System Red Green Blue C M Y K H S L
Decimal 34 72 206 0.83 0.65 0 0.19 226.74 0.72 0.47
Hex 22 48 CE 53 41 0 13 E3 48 2F
Octal 42 110 316 123 101 0 23 343 110 57
Binary 100010 1001000 11001110 1010011 1000001 0 10011 11100011 1001000 101111

Color Harmonies of #2248CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2248CE

Black with #2248CE

Text Example


Text Example

White with #2248CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2248CE; }

 p { color: rgb(34,72,206); }

 H1.HeaderClassName
 {
   color: #2248CE;
 }
 .AnyTagClassName
 {
   color: #2248CE;
 }
</style>

background-color css

<style>
 a { background-color: #2248CE; }

 a { background-color: rgb(34,72,206); }

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

border-color css

<style>
 span { border-color: #2248CE; }

 span { border-color: rgb(34,72,206); }

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