Html Css Color HEX #2F52DD Royal Blue

📋 copy color: '#2F52DD'

red 47 ◦ green 82 ◦ blue 221

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

Shades of Royal Blue #2F52DD

Tints of Royal Blue #2F52DD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.43%

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

R = 13.43%
G = 23.43%
B = 63.14%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2F52DD (or 0x2F52DD) is known color: Royal Blue. HEX triplet: 2F, 52 and DD. RGB value is (47,82,221). Sum of RGB (Red+Green+Blue) = 47+82+221=350 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.43% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #2F52DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F52DD is #D0AD22. Grayscale: #565656. Windows color (decimal): -13675811 or 14504495. OLE color: 14504495.

HSL color Cylindrical-coordinate representation of color #2F52DD: hue angle of 227.93º 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 #2F52DD is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 82 221 -
CMYK 0.79 0.63 0 0.13
HSL 227.93º 0.72% 0.53% -
HSV(B) 227.93º 0.79% 0.87% -
XYZ 17.24 11.86 69.79 -
YUV 87.38 203.4 99.2 -
System Red Green Blue C M Y K H S L
Decimal 47 82 221 0.79 0.63 0 0.13 227.93 0.72 0.53
Hex 2F 52 DD 4F 3F 0 D E4 48 35
Octal 57 122 335 117 77 0 15 344 110 65
Binary 101111 1010010 11011101 1001111 111111 0 1101 11100100 1001000 110101

Color Harmonies of #2F52DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F52DD

Black with #2F52DD

Text Example


Text Example

White with #2F52DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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