Html Css Color HEX #2F81DD Royal Blue

📋 copy color: '#2F81DD'

red 47 ◦ green 129 ◦ blue 221

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

Shades of Royal Blue #2F81DD

Tints of Royal Blue #2F81DD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.49%

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

R = 11.84%
G = 32.49%
B = 55.67%

CMYK

 C value IS 0.79

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2F81DD (or 0x2F81DD) is known color: Royal Blue. HEX triplet: 2F, 81 and DD. RGB value is (47,129,221). Sum of RGB (Red+Green+Blue) = 47+129+221=397 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.84% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #2F81DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F81DD is #D07E22. Grayscale: #727272. Windows color (decimal): -13663779 or 14516527. OLE color: 14516527.

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

Color convert

RGB 47 129 221 -
CMYK 0.79 0.42 0 0.13
HSL 211.72º 0.72% 0.53% -
HSV(B) 211.72º 0.79% 0.87% -
XYZ 22.07 21.53 71.4 -
YUV 114.97 187.83 79.52 -
System Red Green Blue C M Y K H S L
Decimal 47 129 221 0.79 0.42 0 0.13 211.72 0.72 0.53
Hex 2F 81 DD 4F 2A 0 D D4 48 35
Octal 57 201 335 117 52 0 15 324 110 65
Binary 101111 10000001 11011101 1001111 101010 0 1101 11010100 1001000 110101

Color Harmonies of #2F81DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F81DD

Black with #2F81DD

Text Example


Text Example

White with #2F81DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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