Html Css Color HEX #2F57DD Royal Blue

📋 copy color: '#2F57DD'

red 47 ◦ green 87 ◦ blue 221

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

Shades of Royal Blue #2F57DD

Tints of Royal Blue #2F57DD

RGB

 RED value IS 47 (18.75% from 255) = 13.24%

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

 BLUE value IS 221 (86.72% from 255) = 62.25%

R = 13.24%
G = 24.51%
B = 62.25%

CMYK

 C value IS 0.79

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2F57DD (or 0x2F57DD) is known color: Royal Blue. HEX triplet: 2F, 57 and DD. RGB value is (47,87,221). Sum of RGB (Red+Green+Blue) = 47+87+221=355 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.24% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #2F57DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F57DD is #D0A822. Grayscale: #595959. Windows color (decimal): -13674531 or 14505775. OLE color: 14505775.

HSL color Cylindrical-coordinate representation of color #2F57DD: hue angle of 226.21º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F57DD is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 87 221 -
CMYK 0.79 0.61 0 0.13
HSL 226.21º 0.72% 0.53% -
HSV(B) 226.21º 0.79% 0.87% -
XYZ 17.63 12.64 69.92 -
YUV 90.32 201.75 97.1 -
System Red Green Blue C M Y K H S L
Decimal 47 87 221 0.79 0.61 0 0.13 226.21 0.72 0.53
Hex 2F 57 DD 4F 3D 0 D E2 48 35
Octal 57 127 335 117 75 0 15 342 110 65
Binary 101111 1010111 11011101 1001111 111101 0 1101 11100010 1001000 110101

Color Harmonies of #2F57DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F57DD

Black with #2F57DD

Text Example


Text Example

White with #2F57DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,87,221); }

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

background-color css

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

 a { background-color: rgb(47,87,221); }

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

border-color css

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

 span { border-color: rgb(47,87,221); }

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