Html Css Color HEX #2F71DC Royal Blue

📋 copy color: '#2F71DC'

red 47 ◦ green 113 ◦ blue 220

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

Shades of Royal Blue #2F71DC

Tints of Royal Blue #2F71DC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.74%

 BLUE value IS 220 (86.33% from 255) = 57.89%

R = 12.37%
G = 29.74%
B = 57.89%

CMYK

 C value IS 0.79

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2F71DC (or 0x2F71DC) is known color: Royal Blue. HEX triplet: 2F, 71 and DC. RGB value is (47,113,220). Sum of RGB (Red+Green+Blue) = 47+113+220=380 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.37% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #2F71DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F71DC is #D08E23. Grayscale: #686868. Windows color (decimal): -13667876 or 14446895. OLE color: 14446895.

HSL color Cylindrical-coordinate representation of color #2F71DC: hue angle of 217.11º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F71DC is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 113 220 -
CMYK 0.79 0.49 0 0.14
HSL 217.11º 0.71% 0.52% -
HSV(B) 217.11º 0.79% 0.86% -
XYZ 20 17.58 70.05 -
YUV 105.46 192.63 86.3 -
System Red Green Blue C M Y K H S L
Decimal 47 113 220 0.79 0.49 0 0.14 217.11 0.71 0.52
Hex 2F 71 DC 4F 31 0 E D9 47 34
Octal 57 161 334 117 61 0 16 331 107 64
Binary 101111 1110001 11011100 1001111 110001 0 1110 11011001 1000111 110100

Color Harmonies of #2F71DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F71DC

Black with #2F71DC

Text Example


Text Example

White with #2F71DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,113,220); }

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

background-color css

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

 a { background-color: rgb(47,113,220); }

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

border-color css

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

 span { border-color: rgb(47,113,220); }

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