Html Css Color HEX #2452EC Royal Blue

📋 copy color: '#2452EC'

red 36 ◦ green 82 ◦ blue 236

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

Shades of Royal Blue #2452EC

Tints of Royal Blue #2452EC

RGB

 RED value IS 36 (14.45% from 255) = 10.17%

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

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

R = 10.17%
G = 23.16%
B = 66.67%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2452EC (or 0x2452EC) is known color: Royal Blue. HEX triplet: 24, 52 and EC. RGB value is (36,82,236). Sum of RGB (Red+Green+Blue) = 36+82+236=354 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.17% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 236 (92.58% from 255 or 66.67% from 354); Max value from RGB is 236 - color contains mainly: blue. Hex color #2452EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2452EC is #DBAD13. Grayscale: #555555. Windows color (decimal): -14396692 or 15487524. OLE color: 15487524.

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

Color convert

RGB 36 82 236 -
CMYK 0.85 0.65 0 0.07
HSL 226.2º 0.84% 0.53% -
HSV(B) 226.2º 0.85% 0.93% -
XYZ 18.89 12.47 80.77 -
YUV 85.8 212.76 92.48 -
System Red Green Blue C M Y K H S L
Decimal 36 82 236 0.85 0.65 0 0.07 226.2 0.84 0.53
Hex 24 52 EC 55 41 0 7 E2 54 35
Octal 44 122 354 125 101 0 7 342 124 65
Binary 100100 1010010 11101100 1010101 1000001 0 111 11100010 1010100 110101

Color Harmonies of #2452EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2452EC

Black with #2452EC

Text Example


Text Example

White with #2452EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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