Html Css Color HEX #2F77E4 Royal Blue

📋 copy color: '#2F77E4'

red 47 ◦ green 119 ◦ blue 228

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

Shades of Royal Blue #2F77E4

Tints of Royal Blue #2F77E4

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.2%

 BLUE value IS 228 (89.45% from 255) = 57.87%

R = 11.93%
G = 30.2%
B = 57.87%

CMYK

 C value IS 0.79

 M value IS 0.48

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#2F77E4 (or 0x2F77E4) is known color: Royal Blue. HEX triplet: 2F, 77 and E4. RGB value is (47,119,228). Sum of RGB (Red+Green+Blue) = 47+119+228=394 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.93% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 228 (89.45% from 255 or 57.87% from 394); Max value from RGB is 228 - color contains mainly: blue. Hex color #2F77E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F77E4 is #D0881B. Grayscale: #6D6D6D. Windows color (decimal): -13666332 or 14972719. OLE color: 14972719.

HSL color Cylindrical-coordinate representation of color #2F77E4: hue angle of 216.13º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F77E4 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 47 119 228 -
CMYK 0.79 0.48 0 0.11
HSL 216.13º 0.77% 0.54% -
HSV(B) 216.13º 0.79% 0.89% -
XYZ 21.77 19.4 76 -
YUV 109.9 194.65 83.14 -
System Red Green Blue C M Y K H S L
Decimal 47 119 228 0.79 0.48 0 0.11 216.13 0.77 0.54
Hex 2F 77 E4 4F 30 0 B D8 4D 36
Octal 57 167 344 117 60 0 13 330 115 66
Binary 101111 1110111 11100100 1001111 110000 0 1011 11011000 1001101 110110

Color Harmonies of #2F77E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F77E4

Black with #2F77E4

Text Example


Text Example

White with #2F77E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,119,228); }

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

background-color css

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

 a { background-color: rgb(47,119,228); }

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

border-color css

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

 span { border-color: rgb(47,119,228); }

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