Html Css Color HEX #245AE6 Royal Blue

📋 copy color: '#245AE6'

red 36 ◦ green 90 ◦ blue 230

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

Shades of Royal Blue #245AE6

Tints of Royal Blue #245AE6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.28%

 BLUE value IS 230 (90.23% from 255) = 64.61%

R = 10.11%
G = 25.28%
B = 64.61%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#245AE6 (or 0x245AE6) is known color: Royal Blue. HEX triplet: 24, 5A and E6. RGB value is (36,90,230). Sum of RGB (Red+Green+Blue) = 36+90+230=356 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.11% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 230 (90.23% from 255 or 64.61% from 356); Max value from RGB is 230 - color contains mainly: blue. Hex color #245AE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245AE6 is #DBA519. Grayscale: #595959. Windows color (decimal): -14394650 or 15096356. OLE color: 15096356.

HSL color Cylindrical-coordinate representation of color #245AE6: hue angle of 223.3º degrees, saturation: 0.8, 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 #245AE6 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 36 90 230 -
CMYK 0.84 0.61 0 0.10
HSL 223.3º 0.8% 0.52% -
HSV(B) 223.3º 0.84% 0.9% -
XYZ 18.67 13.4 76.47 -
YUV 89.81 207.11 89.62 -
System Red Green Blue C M Y K H S L
Decimal 36 90 230 0.84 0.61 0 0.10 223.3 0.8 0.52
Hex 24 5A E6 54 3D 0 A DF 50 34
Octal 44 132 346 124 75 0 12 337 120 64
Binary 100100 1011010 11100110 1010100 111101 0 1010 11011111 1010000 110100

Color Harmonies of #245AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245AE6

Black with #245AE6

Text Example


Text Example

White with #245AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,90,230); }

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

background-color css

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

 a { background-color: rgb(36,90,230); }

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

border-color css

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

 span { border-color: rgb(36,90,230); }

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