Html Css Color HEX #2F7ADF Royal Blue

📋 copy color: '#2F7ADF'

red 47 ◦ green 122 ◦ blue 223

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

Shades of Royal Blue #2F7ADF

Tints of Royal Blue #2F7ADF

RGB

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

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

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

R = 11.99%
G = 31.12%
B = 56.89%

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

#2F7ADF (or 0x2F7ADF) is known color: Royal Blue. HEX triplet: 2F, 7A and DF. RGB value is (47,122,223). Sum of RGB (Red+Green+Blue) = 47+122+223=392 (51% of max value = 765). Red value is 47 (18.75% from 255 or 11.99% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #2F7ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7ADF is #D08520. Grayscale: #6E6E6E. Windows color (decimal): -13665569 or 14645807. OLE color: 14645807.

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

Color convert

RGB 47 122 223 -
CMYK 0.79 0.45 0 0.13
HSL 214.43º 0.73% 0.53% -
HSV(B) 214.43º 0.79% 0.87% -
XYZ 21.45 19.85 72.51 -
YUV 111.09 191.15 82.29 -
System Red Green Blue C M Y K H S L
Decimal 47 122 223 0.79 0.45 0 0.13 214.43 0.73 0.53
Hex 2F 7A DF 4F 2D 0 D D6 49 35
Octal 57 172 337 117 55 0 15 326 111 65
Binary 101111 1111010 11011111 1001111 101101 0 1101 11010110 1001001 110101

Color Harmonies of #2F7ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7ADF

Black with #2F7ADF

Text Example


Text Example

White with #2F7ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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