Html Css Color HEX #2453EA Royal Blue

📋 copy color: '#2453EA'

red 36 ◦ green 83 ◦ blue 234

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

Shades of Royal Blue #2453EA

Tints of Royal Blue #2453EA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.51%

 BLUE value IS 234 (91.8% from 255) = 66.29%

R = 10.2%
G = 23.51%
B = 66.29%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2453EA (or 0x2453EA) is known color: Royal Blue. HEX triplet: 24, 53 and EA. RGB value is (36,83,234). Sum of RGB (Red+Green+Blue) = 36+83+234=353 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.20% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #2453EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2453EA is #DBAC15. Grayscale: #555555. Windows color (decimal): -14396438 or 15356708. OLE color: 15356708.

HSL color Cylindrical-coordinate representation of color #2453EA: hue angle of 225.76º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2453EA is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 36 83 234 -
CMYK 0.85 0.65 0 0.08
HSL 225.76º 0.83% 0.53% -
HSV(B) 225.76º 0.85% 0.92% -
XYZ 18.67 12.5 79.27 -
YUV 86.16 211.43 92.22 -
System Red Green Blue C M Y K H S L
Decimal 36 83 234 0.85 0.65 0 0.08 225.76 0.83 0.53
Hex 24 53 EA 55 41 0 8 E2 52 35
Octal 44 123 352 125 101 0 10 342 122 65
Binary 100100 1010011 11101010 1010101 1000001 0 1000 11100010 1010010 110101

Color Harmonies of #2453EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2453EA

Black with #2453EA

Text Example


Text Example

White with #2453EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2453EA; }

 p { color: rgb(36,83,234); }

 H1.HeaderClassName
 {
   color: #2453EA;
 }
 .AnyTagClassName
 {
   color: #2453EA;
 }
</style>

background-color css

<style>
 a { background-color: #2453EA; }

 a { background-color: rgb(36,83,234); }

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

border-color css

<style>
 span { border-color: #2453EA; }

 span { border-color: rgb(36,83,234); }

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