Html Css Color HEX #2459FA Royal Blue

📋 copy color: '#2459FA'

red 36 ◦ green 89 ◦ blue 250

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

Shades of Royal Blue #2459FA

Tints of Royal Blue #2459FA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.73%

 BLUE value IS 250 (98.05% from 255) = 66.67%

R = 9.6%
G = 23.73%
B = 66.67%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2459FA (or 0x2459FA) is known color: Royal Blue. HEX triplet: 24, 59 and FA. RGB value is (36,89,250). Sum of RGB (Red+Green+Blue) = 36+89+250=375 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.6% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 250 (98.05% from 255 or 66.67% from 375); Max value from RGB is 250 - color contains mainly: blue. Hex color #2459FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2459FA is #DBA605. Grayscale: #5A5A5A. Windows color (decimal): -14394886 or 16406820. OLE color: 16406820.

HSL color Cylindrical-coordinate representation of color #2459FA: hue angle of 225.14º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2459FA is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 36 89 250 -
CMYK 0.86 0.64 0 0.02
HSL 225.14º 0.96% 0.56% -
HSV(B) 225.14º 0.86% 0.98% -
XYZ 21.56 14.42 92.09 -
YUV 91.51 217.44 88.41 -
System Red Green Blue C M Y K H S L
Decimal 36 89 250 0.86 0.64 0 0.02 225.14 0.96 0.56
Hex 24 59 FA 56 40 0 2 E1 60 38
Octal 44 131 372 126 100 0 2 341 140 70
Binary 100100 1011001 11111010 1010110 1000000 0 10 11100001 1100000 111000

Color Harmonies of #2459FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2459FA

Black with #2459FA

Text Example


Text Example

White with #2459FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2459FA; }

 p { color: rgb(36,89,250); }

 H1.HeaderClassName
 {
   color: #2459FA;
 }
 .AnyTagClassName
 {
   color: #2459FA;
 }
</style>

background-color css

<style>
 a { background-color: #2459FA; }

 a { background-color: rgb(36,89,250); }

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

border-color css

<style>
 span { border-color: #2459FA; }

 span { border-color: rgb(36,89,250); }

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