Html Css Color HEX #245EEB Royal Blue

📋 copy color: '#245EEB'

red 36 ◦ green 94 ◦ blue 235

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

Shades of Royal Blue #245EEB

Tints of Royal Blue #245EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 64.38%

R = 9.86%
G = 25.75%
B = 64.38%

CMYK

 C value IS 0.85

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#245EEB (or 0x245EEB) is known color: Royal Blue. HEX triplet: 24, 5E and EB. RGB value is (36,94,235). Sum of RGB (Red+Green+Blue) = 36+94+235=365 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.86% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 235 (92.19% from 255 or 64.38% from 365); Max value from RGB is 235 - color contains mainly: blue. Hex color #245EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245EEB is #DBA114. Grayscale: #5C5C5C. Windows color (decimal): -14393621 or 15425060. OLE color: 15425060.

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

Color convert

RGB 36 94 235 -
CMYK 0.85 0.6 0 0.08
HSL 222.51º 0.83% 0.53% -
HSV(B) 222.51º 0.85% 0.92% -
XYZ 19.73 14.38 80.33 -
YUV 92.73 208.28 87.54 -
System Red Green Blue C M Y K H S L
Decimal 36 94 235 0.85 0.6 0 0.08 222.51 0.83 0.53
Hex 24 5E EB 55 3C 0 8 DF 53 35
Octal 44 136 353 125 74 0 10 337 123 65
Binary 100100 1011110 11101011 1010101 111100 0 1000 11011111 1010011 110101

Color Harmonies of #245EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245EEB

Black with #245EEB

Text Example


Text Example

White with #245EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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