Html Css Color HEX #2F86BC Curious Blue

📋 copy color: '#2F86BC'

red 47 ◦ green 134 ◦ blue 188

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

Shades of Curious Blue #2F86BC

Tints of Curious Blue #2F86BC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.31%

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

R = 12.74%
G = 36.31%
B = 50.95%

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

#2F86BC (or 0x2F86BC) is known color: Curious Blue. HEX triplet: 2F, 86 and BC. RGB value is (47,134,188). Sum of RGB (Red+Green+Blue) = 47+134+188=369 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.74% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F86BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F86BC is #D07943. Grayscale: #717171. Windows color (decimal): -13662532 or 12355119. OLE color: 12355119.

HSL color Cylindrical-coordinate representation of color #2F86BC: hue angle of 202.98º 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 #2F86BC is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 47 134 188 -
CMYK 0.75 0.29 0 0.26
HSL 202.98º 0.6% 0.46% -
HSV(B) 202.98º 0.75% 0.74% -
XYZ 18.77 21.29 50.7 -
YUV 114.14 169.68 80.11 -
System Red Green Blue C M Y K H S L
Decimal 47 134 188 0.75 0.29 0 0.26 202.98 0.6 0.46
Hex 2F 86 BC 4B 1D 0 1A CB 3C 2E
Octal 57 206 274 113 35 0 32 313 74 56
Binary 101111 10000110 10111100 1001011 11101 0 11010 11001011 111100 101110

Color Harmonies of #2F86BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F86BC

Black with #2F86BC

Text Example


Text Example

White with #2F86BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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