Html Css Color HEX #2F7FDF Royal Blue

📋 copy color: '#2F7FDF'

red 47 ◦ green 127 ◦ blue 223

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

Shades of Royal Blue #2F7FDF

Tints of Royal Blue #2F7FDF

RGB

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

 GREEN value IS 127 (50% from 255) = 31.99%

 BLUE value IS 223 (87.5% from 255) = 56.17%

R = 11.84%
G = 31.99%
B = 56.17%

CMYK

 C value IS 0.79

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2F7FDF (or 0x2F7FDF) is known color: Royal Blue. HEX triplet: 2F, 7F and DF. RGB value is (47,127,223). Sum of RGB (Red+Green+Blue) = 47+127+223=397 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.84% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #2F7FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7FDF is #D08020. Grayscale: #717171. Windows color (decimal): -13664289 or 14647087. OLE color: 14647087.

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

Color convert

RGB 47 127 223 -
CMYK 0.79 0.43 0 0.13
HSL 212.73º 0.73% 0.53% -
HSV(B) 212.73º 0.79% 0.87% -
XYZ 22.08 21.11 72.72 -
YUV 114.02 189.5 80.19 -
System Red Green Blue C M Y K H S L
Decimal 47 127 223 0.79 0.43 0 0.13 212.73 0.73 0.53
Hex 2F 7F DF 4F 2B 0 D D5 49 35
Octal 57 177 337 117 53 0 15 325 111 65
Binary 101111 1111111 11011111 1001111 101011 0 1101 11010101 1001001 110101

Color Harmonies of #2F7FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7FDF

Black with #2F7FDF

Text Example


Text Example

White with #2F7FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,127,223); }

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

background-color css

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

 a { background-color: rgb(47,127,223); }

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

border-color css

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

 span { border-color: rgb(47,127,223); }

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