Html Css Color HEX #2F8BBC Curious Blue

📋 copy color: '#2F8BBC'

red 47 ◦ green 139 ◦ blue 188

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

Shades of Curious Blue #2F8BBC

Tints of Curious Blue #2F8BBC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.17%

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

R = 12.57%
G = 37.17%
B = 50.27%

CMYK

 C value IS 0.75

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2F8BBC (or 0x2F8BBC) is known color: Curious Blue. HEX triplet: 2F, 8B and BC. RGB value is (47,139,188). Sum of RGB (Red+Green+Blue) = 47+139+188=374 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.57% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F8BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F8BBC is #D07443. Grayscale: #747474. Windows color (decimal): -13661252 or 12356399. OLE color: 12356399.

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

Color convert

RGB 47 139 188 -
CMYK 0.75 0.26 0 0.26
HSL 200.85º 0.6% 0.46% -
HSV(B) 200.85º 0.75% 0.74% -
XYZ 19.48 22.7 50.93 -
YUV 117.08 168.02 78.02 -
System Red Green Blue C M Y K H S L
Decimal 47 139 188 0.75 0.26 0 0.26 200.85 0.6 0.46
Hex 2F 8B BC 4B 1A 0 1A C9 3C 2E
Octal 57 213 274 113 32 0 32 311 74 56
Binary 101111 10001011 10111100 1001011 11010 0 11010 11001001 111100 101110

Color Harmonies of #2F8BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8BBC

Black with #2F8BBC

Text Example


Text Example

White with #2F8BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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