Html Css Color HEX #2248CF Cerulean Blue

📋 copy color: '#2248CF'

red 34 ◦ green 72 ◦ blue 207

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

Shades of Cerulean Blue #2248CF

Tints of Cerulean Blue #2248CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 66.13%

R = 10.86%
G = 23%
B = 66.13%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2248CF (or 0x2248CF) is known color: Cerulean Blue. HEX triplet: 22, 48 and CF. RGB value is (34,72,207). Sum of RGB (Red+Green+Blue) = 34+72+207=313 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.86% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #2248CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2248CF is #DDB730. Grayscale: #4B4B4B. Windows color (decimal): -14530353 or 13584418. OLE color: 13584418.

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

Color convert

RGB 34 72 207 -
CMYK 0.84 0.65 0 0.19
HSL 226.82º 0.72% 0.47% -
HSV(B) 226.82º 0.84% 0.81% -
XYZ 14.24 9.48 60.11 -
YUV 76.03 201.91 98.02 -
System Red Green Blue C M Y K H S L
Decimal 34 72 207 0.84 0.65 0 0.19 226.82 0.72 0.47
Hex 22 48 CF 54 41 0 13 E3 48 2F
Octal 42 110 317 124 101 0 23 343 110 57
Binary 100010 1001000 11001111 1010100 1000001 0 10011 11100011 1001000 101111

Color Harmonies of #2248CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2248CF

Black with #2248CF

Text Example


Text Example

White with #2248CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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