Html Css Color HEX #2248EC Royal Blue

📋 copy color: '#2248EC'

red 34 ◦ green 72 ◦ blue 236

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

Shades of Royal Blue #2248EC

Tints of Royal Blue #2248EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 69.01%

R = 9.94%
G = 21.05%
B = 69.01%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2248EC (or 0x2248EC) is known color: Royal Blue. HEX triplet: 22, 48 and EC. RGB value is (34,72,236). Sum of RGB (Red+Green+Blue) = 34+72+236=342 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.94% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 236 (92.58% from 255 or 69.01% from 342); Max value from RGB is 236 - color contains mainly: blue. Hex color #2248EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2248EC is #DDB713. Grayscale: #4E4E4E. Windows color (decimal): -14530324 or 15484962. OLE color: 15484962.

HSL color Cylindrical-coordinate representation of color #2248EC: hue angle of 228.71º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2248EC is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 34 72 236 -
CMYK 0.86 0.69 0 0.07
HSL 228.71º 0.84% 0.53% -
HSV(B) 228.71º 0.86% 0.93% -
XYZ 18.12 11.03 80.53 -
YUV 79.33 216.41 95.66 -
System Red Green Blue C M Y K H S L
Decimal 34 72 236 0.86 0.69 0 0.07 228.71 0.84 0.53
Hex 22 48 EC 56 45 0 7 E5 54 35
Octal 42 110 354 126 105 0 7 345 124 65
Binary 100010 1001000 11101100 1010110 1000101 0 111 11100101 1010100 110101

Color Harmonies of #2248EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2248EC

Black with #2248EC

Text Example


Text Example

White with #2248EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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