Html Css Color HEX #245AFF Royal Blue

📋 copy color: '#245AFF'

red 36 ◦ green 90 ◦ blue 255

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

Shades of Royal Blue #245AFF

Tints of Royal Blue #245AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.93%

R = 9.45%
G = 23.62%
B = 66.93%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#245AFF (or 0x245AFF) is known color: Royal Blue. HEX triplet: 24, 5A and FF. RGB value is (36,90,255). Sum of RGB (Red+Green+Blue) = 36+90+255=381 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.45% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #245AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245AFF is #DBA500. Grayscale: #5B5B5B. Windows color (decimal): -14394625 or 16734756. OLE color: 16734756.

HSL color Cylindrical-coordinate representation of color #245AFF: hue angle of 225.21º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #245AFF is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 36 90 255 -
CMYK 0.86 0.65 0 0
HSL 225.21º 1% 0.57% -
HSV(B) 225.21º 0.86% 1% -
XYZ 22.43 14.91 96.3 -
YUV 92.66 219.61 87.58 -
System Red Green Blue C M Y K H S L
Decimal 36 90 255 0.86 0.65 0 0 225.21 1 0.57
Hex 24 5A FF 56 41 0 0 E1 64 39
Octal 44 132 377 126 101 0 0 341 144 71
Binary 100100 1011010 11111111 1010110 1000001 0 0 11100001 1100100 111001

Color Harmonies of #245AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245AFF

Black with #245AFF

Text Example


Text Example

White with #245AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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