Html Css Color HEX #245EED Royal Blue

📋 copy color: '#245EED'

red 36 ◦ green 94 ◦ blue 237

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

Shades of Royal Blue #245EED

Tints of Royal Blue #245EED

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.61%

 BLUE value IS 237 (92.97% from 255) = 64.58%

R = 9.81%
G = 25.61%
B = 64.58%

CMYK

 C value IS 0.85

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#245EED (or 0x245EED) is known color: Royal Blue. HEX triplet: 24, 5E and ED. RGB value is (36,94,237). Sum of RGB (Red+Green+Blue) = 36+94+237=367 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.81% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 237 (92.97% from 255 or 64.58% from 367); Max value from RGB is 237 - color contains mainly: blue. Hex color #245EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245EED is #DBA112. Grayscale: #5C5C5C. Windows color (decimal): -14393619 or 15556132. OLE color: 15556132.

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

Color convert

RGB 36 94 237 -
CMYK 0.85 0.60 0 0.07
HSL 222.69º 0.85% 0.54% -
HSV(B) 222.69º 0.85% 0.93% -
XYZ 20.02 14.49 81.86 -
YUV 92.96 209.28 87.37 -
System Red Green Blue C M Y K H S L
Decimal 36 94 237 0.85 0.60 0 0.07 222.69 0.85 0.54
Hex 24 5E ED 55 3C 0 7 DF 55 36
Octal 44 136 355 125 74 0 7 337 125 66
Binary 100100 1011110 11101101 1010101 111100 0 111 11011111 1010101 110110

Color Harmonies of #245EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245EED

Black with #245EED

Text Example


Text Example

White with #245EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245EED; }

 p { color: rgb(36,94,237); }

 H1.HeaderClassName
 {
   color: #245EED;
 }
 .AnyTagClassName
 {
   color: #245EED;
 }
</style>

background-color css

<style>
 a { background-color: #245EED; }

 a { background-color: rgb(36,94,237); }

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

border-color css

<style>
 span { border-color: #245EED; }

 span { border-color: rgb(36,94,237); }

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