Html Css Color HEX #2F88BC Curious Blue

📋 copy color: '#2F88BC'

red 47 ◦ green 136 ◦ blue 188

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

Shades of Curious Blue #2F88BC

Tints of Curious Blue #2F88BC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.66%

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

R = 12.67%
G = 36.66%
B = 50.67%

CMYK

 C value IS 0.75

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2F88BC (or 0x2F88BC) is known color: Curious Blue. HEX triplet: 2F, 88 and BC. RGB value is (47,136,188). Sum of RGB (Red+Green+Blue) = 47+136+188=371 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.67% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F88BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F88BC is #D07743. Grayscale: #737373. Windows color (decimal): -13662020 or 12355631. OLE color: 12355631.

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

Color convert

RGB 47 136 188 -
CMYK 0.75 0.28 0 0.26
HSL 202.13º 0.6% 0.46% -
HSV(B) 202.13º 0.75% 0.74% -
XYZ 19.05 21.84 50.79 -
YUV 115.32 169.01 79.27 -
System Red Green Blue C M Y K H S L
Decimal 47 136 188 0.75 0.28 0 0.26 202.13 0.6 0.46
Hex 2F 88 BC 4B 1C 0 1A CA 3C 2E
Octal 57 210 274 113 34 0 32 312 74 56
Binary 101111 10001000 10111100 1001011 11100 0 11010 11001010 111100 101110

Color Harmonies of #2F88BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F88BC

Black with #2F88BC

Text Example


Text Example

White with #2F88BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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