#2248EA

Color #2248EA Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2248EA

Tints of Cerulean Blue #2248EA

Color information

#2248EA (or 0x2248EA) is unknown color: approx Cerulean Blue. HEX triplet: 22, 48 and EA. RGB value is (34,72,234). Sum of RGB (Red+Green+Blue) = 34+72+234=340 (45% of max value = 765). Red value is 34 (13.67% from 255 or 10% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 234 (91.80% from 255 or 68.82% from 340); Max value from RGB is 234 - color contains mainly: blue. Hex color #2248EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2248EA is #DDB715. Grayscale: #4E4E4E. Windows color (decimal): -14530326 or 15353890. OLE color: 15353890.

HSL color Cylindrical-coordinate representation of color #2248EA: hue angle of 228.6º 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 #2248EA is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB3472234-
CMYK0.850.6900.08
HSL228.6º82.64%52.55%-
HSV(B)228.6º85.47%91.76%-
XYZ17.8310.9279.01-
YUV79.11215.4195.83-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10%
GREEN value IS 72 (28.52% from 255) = 21.18%
BLUE value IS 234 (91.80% from 255) = 68.82%
R=10%
G=21.18%
B=68.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal34722340.850.6900.08228.682.6452.55
Hex2248EA554508e55335
Octal4211035212510501034512365
Binary1000101001000111010101010101100010101000111001011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2248EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2248EA;
 }
 .AnyTagClassName
 {
   color: #2248EA;
 }
</style>
background-color css

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

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

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

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

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

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