Html Css Color HEX #2F60E9 Royal Blue

📋 copy color: '#2F60E9'

red 47 ◦ green 96 ◦ blue 233

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

Shades of Royal Blue #2F60E9

Tints of Royal Blue #2F60E9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.53%

 BLUE value IS 233 (91.41% from 255) = 61.97%

R = 12.5%
G = 25.53%
B = 61.97%

CMYK

 C value IS 0.80

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2F60E9 (or 0x2F60E9) is known color: Royal Blue. HEX triplet: 2F, 60 and E9. RGB value is (47,96,233). Sum of RGB (Red+Green+Blue) = 47+96+233=376 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.5% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 233 (91.41% from 255 or 61.97% from 376); Max value from RGB is 233 - color contains mainly: blue. Hex color #2F60E9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F60E9 is #D09F16. Grayscale: #606060. Windows color (decimal): -13672215 or 15294511. OLE color: 15294511.

HSL color Cylindrical-coordinate representation of color #2F60E9: hue angle of 224.19º degrees, saturation: 0.81, 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 #2F60E9 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 47 96 233 -
CMYK 0.80 0.59 0 0.09
HSL 224.19º 0.81% 0.55% -
HSV(B) 224.19º 0.8% 0.91% -
XYZ 20.06 14.85 78.9 -
YUV 96.97 204.77 92.36 -
System Red Green Blue C M Y K H S L
Decimal 47 96 233 0.80 0.59 0 0.09 224.19 0.81 0.55
Hex 2F 60 E9 50 3B 0 9 E0 51 37
Octal 57 140 351 120 73 0 11 340 121 67
Binary 101111 1100000 11101001 1010000 111011 0 1001 11100000 1010001 110111

Color Harmonies of #2F60E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F60E9

Black with #2F60E9

Text Example


Text Example

White with #2F60E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,96,233); }

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

background-color css

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

 a { background-color: rgb(47,96,233); }

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

border-color css

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

 span { border-color: rgb(47,96,233); }

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