Html Css Color HEX #2248DF Cerulean Blue

📋 copy color: '#2248DF'

red 34 ◦ green 72 ◦ blue 223

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

Shades of Cerulean Blue #2248DF

Tints of Cerulean Blue #2248DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.78%

R = 10.33%
G = 21.88%
B = 67.78%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2248DF (or 0x2248DF) is known color: Cerulean Blue. HEX triplet: 22, 48 and DF. RGB value is (34,72,223). Sum of RGB (Red+Green+Blue) = 34+72+223=329 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.33% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 223 (87.5% from 255 or 67.78% from 329); Max value from RGB is 223 - color contains mainly: blue. Hex color #2248DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2248DF is #DDB720. Grayscale: #4D4D4D. Windows color (decimal): -14530337 or 14632994. OLE color: 14632994.

HSL color Cylindrical-coordinate representation of color #2248DF: hue angle of 227.94º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2248DF is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 72 223 -
CMYK 0.85 0.68 0 0.13
HSL 227.94º 0.75% 0.5% -
HSV(B) 227.94º 0.85% 0.87% -
XYZ 16.3 10.3 70.94 -
YUV 77.85 209.91 96.72 -
System Red Green Blue C M Y K H S L
Decimal 34 72 223 0.85 0.68 0 0.13 227.94 0.75 0.5
Hex 22 48 DF 55 44 0 D E4 4B 32
Octal 42 110 337 125 104 0 15 344 113 62
Binary 100010 1001000 11011111 1010101 1000100 0 1101 11100100 1001011 110010

Color Harmonies of #2248DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2248DF

Black with #2248DF

Text Example


Text Example

White with #2248DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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