Html Css Color HEX #2F5085 Fun Blue

📋 copy color: '#2F5085'

red 47 ◦ green 80 ◦ blue 133

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

Shades of Fun Blue #2F5085

Tints of Fun Blue #2F5085

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.77%

 BLUE value IS 133 (52.34% from 255) = 51.15%

R = 18.08%
G = 30.77%
B = 51.15%

CMYK

 C value IS 0.65

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2F5085 (or 0x2F5085) is known color: Fun Blue. HEX triplet: 2F, 50 and 85. RGB value is (47,80,133). Sum of RGB (Red+Green+Blue) = 47+80+133=260 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.08% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #2F5085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5085 is #D0AF7A. Grayscale: #4B4B4B. Windows color (decimal): -13676411 or 8736815. OLE color: 8736815.

HSL color Cylindrical-coordinate representation of color #2F5085: hue angle of 216.98º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F5085 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 47 80 133 -
CMYK 0.65 0.40 0 0.48
HSL 216.98º 0.48% 0.35% -
HSV(B) 216.98º 0.65% 0.52% -
XYZ 8.27 8.04 23.31 -
YUV 76.18 160.07 107.19 -
System Red Green Blue C M Y K H S L
Decimal 47 80 133 0.65 0.40 0 0.48 216.98 0.48 0.35
Hex 2F 50 85 41 28 0 30 D9 30 23
Octal 57 120 205 101 50 0 60 331 60 43
Binary 101111 1010000 10000101 1000001 101000 0 110000 11011001 110000 100011

Color Harmonies of #2F5085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5085

Black with #2F5085

Text Example


Text Example

White with #2F5085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,80,133); }

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

background-color css

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

 a { background-color: rgb(47,80,133); }

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

border-color css

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

 span { border-color: rgb(47,80,133); }

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