Html Css Color HEX #2F8CBE Curious Blue

📋 copy color: '#2F8CBE'

red 47 ◦ green 140 ◦ blue 190

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

Shades of Curious Blue #2F8CBE

Tints of Curious Blue #2F8CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.14%

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

R = 12.47%
G = 37.14%
B = 50.4%

CMYK

 C value IS 0.75

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2F8CBE (or 0x2F8CBE) is known color: Curious Blue. HEX triplet: 2F, 8C and BE. RGB value is (47,140,190). Sum of RGB (Red+Green+Blue) = 47+140+190=377 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.47% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F8CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F8CBE is #D07341. Grayscale: #757575. Windows color (decimal): -13660994 or 12487727. OLE color: 12487727.

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

Color convert

RGB 47 140 190 -
CMYK 0.75 0.26 0 0.25
HSL 200.98º 0.6% 0.46% -
HSV(B) 200.98º 0.75% 0.75% -
XYZ 19.84 23.08 52.12 -
YUV 117.89 168.69 77.43 -
System Red Green Blue C M Y K H S L
Decimal 47 140 190 0.75 0.26 0 0.25 200.98 0.6 0.46
Hex 2F 8C BE 4B 1A 0 19 C9 3C 2E
Octal 57 214 276 113 32 0 31 311 74 56
Binary 101111 10001100 10111110 1001011 11010 0 11001 11001001 111100 101110

Color Harmonies of #2F8CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8CBE

Black with #2F8CBE

Text Example


Text Example

White with #2F8CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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