Html Css Color HEX #2F8FBE Curious Blue

📋 copy color: '#2F8FBE'

red 47 ◦ green 143 ◦ blue 190

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

Shades of Curious Blue #2F8FBE

Tints of Curious Blue #2F8FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50%

R = 12.37%
G = 37.63%
B = 50%

CMYK

 C value IS 0.75

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2F8FBE (or 0x2F8FBE) is known color: Curious Blue. HEX triplet: 2F, 8F and BE. RGB value is (47,143,190). Sum of RGB (Red+Green+Blue) = 47+143+190=380 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.37% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F8FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F8FBE is #D07041. Grayscale: #777777. Windows color (decimal): -13660226 or 12488495. OLE color: 12488495.

HSL color Cylindrical-coordinate representation of color #2F8FBE: hue angle of 199.72º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F8FBE is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 143 190 -
CMYK 0.75 0.25 0 0.25
HSL 199.72º 0.6% 0.46% -
HSV(B) 199.72º 0.75% 0.75% -
XYZ 20.29 23.97 52.27 -
YUV 119.65 167.7 76.18 -
System Red Green Blue C M Y K H S L
Decimal 47 143 190 0.75 0.25 0 0.25 199.72 0.6 0.46
Hex 2F 8F BE 4B 19 0 19 C8 3C 2E
Octal 57 217 276 113 31 0 31 310 74 56
Binary 101111 10001111 10111110 1001011 11001 0 11001 11001000 111100 101110

Color Harmonies of #2F8FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8FBE

Black with #2F8FBE

Text Example


Text Example

White with #2F8FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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