Html Css Color HEX #2F7FDD Royal Blue

📋 copy color: '#2F7FDD'

red 47 ◦ green 127 ◦ blue 221

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

Shades of Royal Blue #2F7FDD

Tints of Royal Blue #2F7FDD

RGB

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

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

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

R = 11.9%
G = 32.15%
B = 55.95%

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

#2F7FDD (or 0x2F7FDD) is known color: Royal Blue. HEX triplet: 2F, 7F and DD. RGB value is (47,127,221). Sum of RGB (Red+Green+Blue) = 47+127+221=395 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.90% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #2F7FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7FDD is #D08022. Grayscale: #717171. Windows color (decimal): -13664291 or 14516015. OLE color: 14516015.

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

Color convert

RGB 47 127 221 -
CMYK 0.79 0.43 0 0.13
HSL 212.41º 0.72% 0.53% -
HSV(B) 212.41º 0.79% 0.87% -
XYZ 21.81 21 71.31 -
YUV 113.8 188.5 80.36 -
System Red Green Blue C M Y K H S L
Decimal 47 127 221 0.79 0.43 0 0.13 212.41 0.72 0.53
Hex 2F 7F DD 4F 2B 0 D D4 48 35
Octal 57 177 335 117 53 0 15 324 110 65
Binary 101111 1111111 11011101 1001111 101011 0 1101 11010100 1001000 110101

Color Harmonies of #2F7FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7FDD

Black with #2F7FDD

Text Example


Text Example

White with #2F7FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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