Html Css Color HEX #2F60FF Royal Blue

📋 copy color: '#2F60FF'

red 47 ◦ green 96 ◦ blue 255

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

Shades of Royal Blue #2F60FF

Tints of Royal Blue #2F60FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 64.07%

R = 11.81%
G = 24.12%
B = 64.07%

CMYK

 C value IS 0.82

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2F60FF (or 0x2F60FF) is known color: Royal Blue. HEX triplet: 2F, 60 and FF. RGB value is (47,96,255). Sum of RGB (Red+Green+Blue) = 47+96+255=398 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.81% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #2F60FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F60FF is #D09F00. Grayscale: #626262. Windows color (decimal): -13672193 or 16736303. OLE color: 16736303.

HSL color Cylindrical-coordinate representation of color #2F60FF: hue angle of 225.87º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F60FF is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 47 96 255 -
CMYK 0.82 0.62 0 0
HSL 225.87º 1% 0.59% -
HSV(B) 225.87º 0.82% 1% -
XYZ 23.41 16.19 96.5 -
YUV 99.48 215.77 90.57 -
System Red Green Blue C M Y K H S L
Decimal 47 96 255 0.82 0.62 0 0 225.87 1 0.59
Hex 2F 60 FF 52 3E 0 0 E2 64 3B
Octal 57 140 377 122 76 0 0 342 144 73
Binary 101111 1100000 11111111 1010010 111110 0 0 11100010 1100100 111011

Color Harmonies of #2F60FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F60FF

Black with #2F60FF

Text Example


Text Example

White with #2F60FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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