Html Css Color HEX #2A57FD Royal Blue

📋 copy color: '#2A57FD'

red 42 ◦ green 87 ◦ blue 253

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

Shades of Royal Blue #2A57FD

Tints of Royal Blue #2A57FD

RGB

 RED value IS 42 (16.8% from 255) = 10.99%

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

 BLUE value IS 253 (99.22% from 255) = 66.23%

R = 10.99%
G = 22.77%
B = 66.23%

CMYK

 C value IS 0.83

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2A57FD (or 0x2A57FD) is known color: Royal Blue. HEX triplet: 2A, 57 and FD. RGB value is (42,87,253). Sum of RGB (Red+Green+Blue) = 42+87+253=382 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.99% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 253 (99.22% from 255 or 66.23% from 382); Max value from RGB is 253 - color contains mainly: blue. Hex color #2A57FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A57FD is #D5A802. Grayscale: #5B5B5B. Windows color (decimal): -14002179 or 16602922. OLE color: 16602922.

HSL color Cylindrical-coordinate representation of color #2A57FD: hue angle of 227.2º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A57FD is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 42 87 253 -
CMYK 0.83 0.66 0 0.01
HSL 227.2º 0.98% 0.58% -
HSV(B) 227.2º 0.83% 0.99% -
XYZ 22.09 14.4 94.54 -
YUV 92.47 218.59 92 -
System Red Green Blue C M Y K H S L
Decimal 42 87 253 0.83 0.66 0 0.01 227.2 0.98 0.58
Hex 2A 57 FD 53 42 0 1 E3 62 3A
Octal 52 127 375 123 102 0 1 343 142 72
Binary 101010 1010111 11111101 1010011 1000010 0 1 11100011 1100010 111010

Color Harmonies of #2A57FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A57FD

Black with #2A57FD

Text Example


Text Example

White with #2A57FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,87,253); }

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

background-color css

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

 a { background-color: rgb(42,87,253); }

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

border-color css

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

 span { border-color: rgb(42,87,253); }

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