Html Css Color HEX #2F5DDF Royal Blue

📋 copy color: '#2F5DDF'

red 47 ◦ green 93 ◦ blue 223

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

Shades of Royal Blue #2F5DDF

Tints of Royal Blue #2F5DDF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.62%

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

R = 12.95%
G = 25.62%
B = 61.43%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2F5DDF (or 0x2F5DDF) is known color: Royal Blue. HEX triplet: 2F, 5D and DF. RGB value is (47,93,223). Sum of RGB (Red+Green+Blue) = 47+93+223=363 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.95% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #2F5DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5DDF is #D0A220. Grayscale: #5D5D5D. Windows color (decimal): -13672993 or 14638383. OLE color: 14638383.

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

Color convert

RGB 47 93 223 -
CMYK 0.79 0.58 0 0.13
HSL 224.32º 0.73% 0.53% -
HSV(B) 224.32º 0.79% 0.87% -
XYZ 18.41 13.76 71.5 -
YUV 94.07 200.76 94.43 -
System Red Green Blue C M Y K H S L
Decimal 47 93 223 0.79 0.58 0 0.13 224.32 0.73 0.53
Hex 2F 5D DF 4F 3A 0 D E0 49 35
Octal 57 135 337 117 72 0 15 340 111 65
Binary 101111 1011101 11011111 1001111 111010 0 1101 11100000 1001001 110101

Color Harmonies of #2F5DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5DDF

Black with #2F5DDF

Text Example


Text Example

White with #2F5DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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