Html Css Color HEX #2F85BC Curious Blue

📋 copy color: '#2F85BC'

red 47 ◦ green 133 ◦ blue 188

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

Shades of Curious Blue #2F85BC

Tints of Curious Blue #2F85BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.09%

R = 12.77%
G = 36.14%
B = 51.09%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2F85BC (or 0x2F85BC) is known color: Curious Blue. HEX triplet: 2F, 85 and BC. RGB value is (47,133,188). Sum of RGB (Red+Green+Blue) = 47+133+188=368 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.77% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F85BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F85BC is #D07A43. Grayscale: #717171. Windows color (decimal): -13662788 or 12354863. OLE color: 12354863.

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

Color convert

RGB 47 133 188 -
CMYK 0.75 0.29 0 0.26
HSL 203.4º 0.6% 0.46% -
HSV(B) 203.4º 0.75% 0.74% -
XYZ 18.64 21.01 50.65 -
YUV 113.56 170.01 80.53 -
System Red Green Blue C M Y K H S L
Decimal 47 133 188 0.75 0.29 0 0.26 203.4 0.6 0.46
Hex 2F 85 BC 4B 1D 0 1A CB 3C 2E
Octal 57 205 274 113 35 0 32 313 74 56
Binary 101111 10000101 10111100 1001011 11101 0 11010 11001011 111100 101110

Color Harmonies of #2F85BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F85BC

Black with #2F85BC

Text Example


Text Example

White with #2F85BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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