Html Css Color HEX #2652EC Royal Blue

📋 copy color: '#2652EC'

red 38 ◦ green 82 ◦ blue 236

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

Shades of Royal Blue #2652EC

Tints of Royal Blue #2652EC

RGB

 RED value IS 38 (15.23% from 255) = 10.67%

 GREEN value IS 82 (32.42% from 255) = 23.03%

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

R = 10.67%
G = 23.03%
B = 66.29%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2652EC (or 0x2652EC) is known color: Royal Blue. HEX triplet: 26, 52 and EC. RGB value is (38,82,236). Sum of RGB (Red+Green+Blue) = 38+82+236=356 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.67% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #2652EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2652EC is #D9AD13. Grayscale: #555555. Windows color (decimal): -14265620 or 15487526. OLE color: 15487526.

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

Color convert

RGB 38 82 236 -
CMYK 0.84 0.65 0 0.07
HSL 226.67º 0.84% 0.54% -
HSV(B) 226.67º 0.84% 0.93% -
XYZ 18.96 12.5 80.77 -
YUV 86.4 212.42 93.48 -
System Red Green Blue C M Y K H S L
Decimal 38 82 236 0.84 0.65 0 0.07 226.67 0.84 0.54
Hex 26 52 EC 54 41 0 7 E3 54 36
Octal 46 122 354 124 101 0 7 343 124 66
Binary 100110 1010010 11101100 1010100 1000001 0 111 11100011 1010100 110110

Color Harmonies of #2652EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2652EC

Black with #2652EC

Text Example


Text Example

White with #2652EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,82,236); }

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

background-color css

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

 a { background-color: rgb(38,82,236); }

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

border-color css

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

 span { border-color: rgb(38,82,236); }

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