Html Css Color HEX #2D57FA Royal Blue

📋 copy color: '#2D57FA'

red 45 ◦ green 87 ◦ blue 250

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

Shades of Royal Blue #2D57FA

Tints of Royal Blue #2D57FA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.77%

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

R = 11.78%
G = 22.77%
B = 65.45%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2D57FA (or 0x2D57FA) is known color: Royal Blue. HEX triplet: 2D, 57 and FA. RGB value is (45,87,250). Sum of RGB (Red+Green+Blue) = 45+87+250=382 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.78% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #2D57FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D57FA is #D2A805. Grayscale: #5C5C5C. Windows color (decimal): -13805574 or 16406317. OLE color: 16406317.

HSL color Cylindrical-coordinate representation of color #2D57FA: hue angle of 227.71º 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 #2D57FA is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 45 87 250 -
CMYK 0.82 0.65 0 0.02
HSL 227.71º 0.95% 0.58% -
HSV(B) 227.71º 0.82% 0.98% -
XYZ 21.75 14.28 92.05 -
YUV 93.02 216.59 93.75 -
System Red Green Blue C M Y K H S L
Decimal 45 87 250 0.82 0.65 0 0.02 227.71 0.95 0.58
Hex 2D 57 FA 52 41 0 2 E4 5F 3A
Octal 55 127 372 122 101 0 2 344 137 72
Binary 101101 1010111 11111010 1010010 1000001 0 10 11100100 1011111 111010

Color Harmonies of #2D57FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D57FA

Black with #2D57FA

Text Example


Text Example

White with #2D57FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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