Html Css Color HEX #245EEA Royal Blue

📋 copy color: '#245EEA'

red 36 ◦ green 94 ◦ blue 234

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

Shades of Royal Blue #245EEA

Tints of Royal Blue #245EEA

RGB

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

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

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

R = 9.89%
G = 25.82%
B = 64.29%

CMYK

 C value IS 0.85

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#245EEA (or 0x245EEA) is known color: Royal Blue. HEX triplet: 24, 5E and EA. RGB value is (36,94,234). Sum of RGB (Red+Green+Blue) = 36+94+234=364 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.89% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #245EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245EEA is #DBA115. Grayscale: #5B5B5B. Windows color (decimal): -14393622 or 15359524. OLE color: 15359524.

HSL color Cylindrical-coordinate representation of color #245EEA: hue angle of 222.42º 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 #245EEA is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 36 94 234 -
CMYK 0.85 0.60 0 0.08
HSL 222.42º 0.83% 0.53% -
HSV(B) 222.42º 0.85% 0.92% -
XYZ 19.58 14.32 79.57 -
YUV 92.62 207.78 87.62 -
System Red Green Blue C M Y K H S L
Decimal 36 94 234 0.85 0.60 0 0.08 222.42 0.83 0.53
Hex 24 5E EA 55 3C 0 8 DE 52 35
Octal 44 136 352 125 74 0 10 336 122 65
Binary 100100 1011110 11101010 1010101 111100 0 1000 11011110 1010010 110101

Color Harmonies of #245EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245EEA

Black with #245EEA

Text Example


Text Example

White with #245EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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