Html Css Color HEX #2D59FA Royal Blue

📋 copy color: '#2D59FA'

red 45 ◦ green 89 ◦ blue 250

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

Shades of Royal Blue #2D59FA

Tints of Royal Blue #2D59FA

RGB

 RED value IS 45 (17.97% from 255) = 11.72%

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

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

R = 11.72%
G = 23.18%
B = 65.1%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2D59FA (or 0x2D59FA) is known color: Royal Blue. HEX triplet: 2D, 59 and FA. RGB value is (45,89,250). Sum of RGB (Red+Green+Blue) = 45+89+250=384 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.72% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #2D59FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D59FA is #D2A605. Grayscale: #5D5D5D. Windows color (decimal): -13805062 or 16406829. OLE color: 16406829.

HSL color Cylindrical-coordinate representation of color #2D59FA: hue angle of 227.12º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D59FA is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 45 89 250 -
CMYK 0.82 0.64 0 0.02
HSL 227.12º 0.95% 0.58% -
HSV(B) 227.12º 0.82% 0.98% -
XYZ 21.91 14.6 92.11 -
YUV 94.2 215.92 92.91 -
System Red Green Blue C M Y K H S L
Decimal 45 89 250 0.82 0.64 0 0.02 227.12 0.95 0.58
Hex 2D 59 FA 52 40 0 2 E3 5F 3A
Octal 55 131 372 122 100 0 2 343 137 72
Binary 101101 1011001 11111010 1010010 1000000 0 10 11100011 1011111 111010

Color Harmonies of #2D59FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D59FA

Black with #2D59FA

Text Example


Text Example

White with #2D59FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D59FA; }

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

 H1.HeaderClassName
 {
   color: #2D59FA;
 }
 .AnyTagClassName
 {
   color: #2D59FA;
 }
</style>

background-color css

<style>
 a { background-color: #2D59FA; }

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

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

border-color css

<style>
 span { border-color: #2D59FA; }

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

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