Html Css Color HEX #2F85BB Curious Blue

📋 copy color: '#2F85BB'

red 47 ◦ green 133 ◦ blue 187

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

Shades of Curious Blue #2F85BB

Tints of Curious Blue #2F85BB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.24%

 BLUE value IS 187 (73.44% from 255) = 50.95%

R = 12.81%
G = 36.24%
B = 50.95%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2F85BB (or 0x2F85BB) is known color: Curious Blue. HEX triplet: 2F, 85 and BB. RGB value is (47,133,187). Sum of RGB (Red+Green+Blue) = 47+133+187=367 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.81% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #2F85BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F85BB is #D07A44. Grayscale: #717171. Windows color (decimal): -13662789 or 12289327. OLE color: 12289327.

HSL color Cylindrical-coordinate representation of color #2F85BB: hue angle of 203.14º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F85BB is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 133 187 -
CMYK 0.75 0.29 0 0.27
HSL 203.14º 0.6% 0.46% -
HSV(B) 203.14º 0.75% 0.73% -
XYZ 18.53 20.97 50.08 -
YUV 113.44 169.51 80.61 -
System Red Green Blue C M Y K H S L
Decimal 47 133 187 0.75 0.29 0 0.27 203.14 0.6 0.46
Hex 2F 85 BB 4B 1D 0 1B CB 3C 2E
Octal 57 205 273 113 35 0 33 313 74 56
Binary 101111 10000101 10111011 1001011 11101 0 11011 11001011 111100 101110

Color Harmonies of #2F85BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F85BB

Black with #2F85BB

Text Example


Text Example

White with #2F85BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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