Html Css Color HEX #2F7FDE Royal Blue

📋 copy color: '#2F7FDE'

red 47 ◦ green 127 ◦ blue 222

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

Shades of Royal Blue #2F7FDE

Tints of Royal Blue #2F7FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.06%

R = 11.87%
G = 32.07%
B = 56.06%

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

#2F7FDE (or 0x2F7FDE) is known color: Royal Blue. HEX triplet: 2F, 7F and DE. RGB value is (47,127,222). Sum of RGB (Red+Green+Blue) = 47+127+222=396 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.87% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #2F7FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7FDE is #D08021. Grayscale: #717171. Windows color (decimal): -13664290 or 14581551. OLE color: 14581551.

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

Color convert

RGB 47 127 222 -
CMYK 0.79 0.43 0 0.13
HSL 212.57º 0.73% 0.53% -
HSV(B) 212.57º 0.79% 0.87% -
XYZ 21.95 21.06 72.01 -
YUV 113.91 189 80.28 -
System Red Green Blue C M Y K H S L
Decimal 47 127 222 0.79 0.43 0 0.13 212.57 0.73 0.53
Hex 2F 7F DE 4F 2B 0 D D5 49 35
Octal 57 177 336 117 53 0 15 325 111 65
Binary 101111 1111111 11011110 1001111 101011 0 1101 11010101 1001001 110101

Color Harmonies of #2F7FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7FDE

Black with #2F7FDE

Text Example


Text Example

White with #2F7FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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