Html Css Color HEX #2F8FBB Curious Blue

📋 copy color: '#2F8FBB'

red 47 ◦ green 143 ◦ blue 187

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

Shades of Curious Blue #2F8FBB

Tints of Curious Blue #2F8FBB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.93%

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

R = 12.47%
G = 37.93%
B = 49.6%

CMYK

 C value IS 0.75

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2F8FBB (or 0x2F8FBB) is known color: Curious Blue. HEX triplet: 2F, 8F and BB. RGB value is (47,143,187). Sum of RGB (Red+Green+Blue) = 47+143+187=377 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.47% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #2F8FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F8FBB is #D07044. Grayscale: #777777. Windows color (decimal): -13660229 or 12291887. OLE color: 12291887.

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

Color convert

RGB 47 143 187 -
CMYK 0.75 0.24 0 0.27
HSL 198.86º 0.6% 0.46% -
HSV(B) 198.86º 0.75% 0.73% -
XYZ 19.96 23.84 50.56 -
YUV 119.31 166.2 76.42 -
System Red Green Blue C M Y K H S L
Decimal 47 143 187 0.75 0.24 0 0.27 198.86 0.6 0.46
Hex 2F 8F BB 4B 18 0 1B C7 3C 2E
Octal 57 217 273 113 30 0 33 307 74 56
Binary 101111 10001111 10111011 1001011 11000 0 11011 11000111 111100 101110

Color Harmonies of #2F8FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8FBB

Black with #2F8FBB

Text Example


Text Example

White with #2F8FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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