Html Css Color HEX #2455E5 Royal Blue

📋 copy color: '#2455E5'

red 36 ◦ green 85 ◦ blue 229

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

Shades of Royal Blue #2455E5

Tints of Royal Blue #2455E5

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.29%

 BLUE value IS 229 (89.84% from 255) = 65.43%

R = 10.29%
G = 24.29%
B = 65.43%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2455E5 (or 0x2455E5) is known color: Royal Blue. HEX triplet: 24, 55 and E5. RGB value is (36,85,229). Sum of RGB (Red+Green+Blue) = 36+85+229=350 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.29% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 229 (89.84% from 255 or 65.43% from 350); Max value from RGB is 229 - color contains mainly: blue. Hex color #2455E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2455E5 is #DBAA1A. Grayscale: #565656. Windows color (decimal): -14395931 or 15029540. OLE color: 15029540.

HSL color Cylindrical-coordinate representation of color #2455E5: hue angle of 224.77º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2455E5 is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 36 85 229 -
CMYK 0.84 0.63 0 0.10
HSL 224.77º 0.79% 0.52% -
HSV(B) 224.77º 0.84% 0.9% -
XYZ 18.12 12.53 75.59 -
YUV 86.77 208.27 91.79 -
System Red Green Blue C M Y K H S L
Decimal 36 85 229 0.84 0.63 0 0.10 224.77 0.79 0.52
Hex 24 55 E5 54 3F 0 A E1 4F 34
Octal 44 125 345 124 77 0 12 341 117 64
Binary 100100 1010101 11100101 1010100 111111 0 1010 11100001 1001111 110100

Color Harmonies of #2455E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2455E5

Black with #2455E5

Text Example


Text Example

White with #2455E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2455E5; }

 p { color: rgb(36,85,229); }

 H1.HeaderClassName
 {
   color: #2455E5;
 }
 .AnyTagClassName
 {
   color: #2455E5;
 }
</style>

background-color css

<style>
 a { background-color: #2455E5; }

 a { background-color: rgb(36,85,229); }

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

border-color css

<style>
 span { border-color: #2455E5; }

 span { border-color: rgb(36,85,229); }

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