Html Css Color HEX #2F83DF Royal Blue

📋 copy color: '#2F83DF'

red 47 ◦ green 131 ◦ blue 223

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

Shades of Royal Blue #2F83DF

Tints of Royal Blue #2F83DF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.67%

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

R = 11.72%
G = 32.67%
B = 55.61%

CMYK

 C value IS 0.79

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2F83DF (or 0x2F83DF) is known color: Royal Blue. HEX triplet: 2F, 83 and DF. RGB value is (47,131,223). Sum of RGB (Red+Green+Blue) = 47+131+223=401 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.72% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #2F83DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F83DF is #D07C20. Grayscale: #737373. Windows color (decimal): -13663265 or 14648111. OLE color: 14648111.

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

Color convert

RGB 47 131 223 -
CMYK 0.79 0.41 0 0.13
HSL 211.36º 0.73% 0.53% -
HSV(B) 211.36º 0.79% 0.87% -
XYZ 22.61 22.16 72.9 -
YUV 116.37 188.17 78.52 -
System Red Green Blue C M Y K H S L
Decimal 47 131 223 0.79 0.41 0 0.13 211.36 0.73 0.53
Hex 2F 83 DF 4F 29 0 D D3 49 35
Octal 57 203 337 117 51 0 15 323 111 65
Binary 101111 10000011 11011111 1001111 101001 0 1101 11010011 1001001 110101

Color Harmonies of #2F83DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F83DF

Black with #2F83DF

Text Example


Text Example

White with #2F83DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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