Html Css Color HEX #2F7ADE Royal Blue

📋 copy color: '#2F7ADE'

red 47 ◦ green 122 ◦ blue 222

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

Shades of Royal Blue #2F7ADE

Tints of Royal Blue #2F7ADE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.2%

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

R = 12.02%
G = 31.2%
B = 56.78%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2F7ADE (or 0x2F7ADE) is known color: Royal Blue. HEX triplet: 2F, 7A and DE. RGB value is (47,122,222). Sum of RGB (Red+Green+Blue) = 47+122+222=391 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.02% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 222 (87.11% from 255 or 56.78% from 391); Max value from RGB is 222 - color contains mainly: blue. Hex color #2F7ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7ADE is #D08521. Grayscale: #6E6E6E. Windows color (decimal): -13665570 or 14580271. OLE color: 14580271.

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

Color convert

RGB 47 122 222 -
CMYK 0.79 0.45 0 0.13
HSL 214.29º 0.73% 0.53% -
HSV(B) 214.29º 0.79% 0.87% -
XYZ 21.32 19.8 71.81 -
YUV 110.98 190.65 82.37 -
System Red Green Blue C M Y K H S L
Decimal 47 122 222 0.79 0.45 0 0.13 214.29 0.73 0.53
Hex 2F 7A DE 4F 2D 0 D D6 49 35
Octal 57 172 336 117 55 0 15 326 111 65
Binary 101111 1111010 11011110 1001111 101101 0 1101 11010110 1001001 110101

Color Harmonies of #2F7ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7ADE

Black with #2F7ADE

Text Example


Text Example

White with #2F7ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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