Html Css Color HEX #2F84BB Curious Blue

📋 copy color: '#2F84BB'

red 47 ◦ green 132 ◦ blue 187

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

Shades of Curious Blue #2F84BB

Tints of Curious Blue #2F84BB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.07%

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

R = 12.84%
G = 36.07%
B = 51.09%

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

#2F84BB (or 0x2F84BB) is known color: Curious Blue. HEX triplet: 2F, 84 and BB. RGB value is (47,132,187). Sum of RGB (Red+Green+Blue) = 47+132+187=366 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.84% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #2F84BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F84BB is #D07B44. Grayscale: #707070. Windows color (decimal): -13663045 or 12289071. OLE color: 12289071.

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

Color convert

RGB 47 132 187 -
CMYK 0.75 0.29 0 0.27
HSL 203.57º 0.6% 0.46% -
HSV(B) 203.57º 0.75% 0.73% -
XYZ 18.39 20.69 50.04 -
YUV 112.86 169.84 81.03 -
System Red Green Blue C M Y K H S L
Decimal 47 132 187 0.75 0.29 0 0.27 203.57 0.6 0.46
Hex 2F 84 BB 4B 1D 0 1B CC 3C 2E
Octal 57 204 273 113 35 0 33 314 74 56
Binary 101111 10000100 10111011 1001011 11101 0 11011 11001100 111100 101110

Color Harmonies of #2F84BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F84BB

Black with #2F84BB

Text Example


Text Example

White with #2F84BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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