Html Css Color HEX #2F7FE8 Royal Blue

📋 copy color: '#2F7FE8'

red 47 ◦ green 127 ◦ blue 232

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

Shades of Royal Blue #2F7FE8

Tints of Royal Blue #2F7FE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 57.14%

R = 11.58%
G = 31.28%
B = 57.14%

CMYK

 C value IS 0.80

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2F7FE8 (or 0x2F7FE8) is known color: Royal Blue. HEX triplet: 2F, 7F and E8. RGB value is (47,127,232). Sum of RGB (Red+Green+Blue) = 47+127+232=406 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.58% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 232 (91.02% from 255 or 57.14% from 406); Max value from RGB is 232 - color contains mainly: blue. Hex color #2F7FE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F7FE8 is #D08017. Grayscale: #727272. Windows color (decimal): -13664280 or 15236911. OLE color: 15236911.

HSL color Cylindrical-coordinate representation of color #2F7FE8: hue angle of 214.05º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F7FE8 is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 47 127 232 -
CMYK 0.80 0.45 0 0.09
HSL 214.05º 0.8% 0.55% -
HSV(B) 214.05º 0.8% 0.91% -
XYZ 23.33 21.61 79.29 -
YUV 115.05 194 79.46 -
System Red Green Blue C M Y K H S L
Decimal 47 127 232 0.80 0.45 0 0.09 214.05 0.8 0.55
Hex 2F 7F E8 50 2D 0 9 D6 50 37
Octal 57 177 350 120 55 0 11 326 120 67
Binary 101111 1111111 11101000 1010000 101101 0 1001 11010110 1010000 110111

Color Harmonies of #2F7FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7FE8

Black with #2F7FE8

Text Example


Text Example

White with #2F7FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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