Html Css Color HEX #2F09BE Medium Blue

📋 copy color: '#2F09BE'

red 47 ◦ green 9 ◦ blue 190

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

Shades of Medium Blue #2F09BE

Tints of Medium Blue #2F09BE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.66%

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

R = 19.11%
G = 3.66%
B = 77.24%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2F09BE (or 0x2F09BE) is known color: Medium Blue. HEX triplet: 2F, 09 and BE. RGB value is (47,9,190). Sum of RGB (Red+Green+Blue) = 47+9+190=246 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.11% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 190 (74.61% from 255 or 77.24% from 246); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F09BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F09BE is #D0F641. Grayscale: #282828. Windows color (decimal): -13694530 or 12454191. OLE color: 12454191.

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

Color convert

RGB 47 9 190 -
CMYK 0.75 0.95 0 0.25
HSL 252.6º 0.91% 0.39% -
HSV(B) 252.6º 0.95% 0.75% -
XYZ 10.56 4.52 49.03 -
YUV 41 212.09 132.28 -
System Red Green Blue C M Y K H S L
Decimal 47 9 190 0.75 0.95 0 0.25 252.6 0.91 0.39
Hex 2F 9 BE 4B 5F 0 19 FD 5B 27
Octal 57 11 276 113 137 0 31 375 133 47
Binary 101111 1001 10111110 1001011 1011111 0 11001 11111101 1011011 100111

Color Harmonies of #2F09BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F09BE

Black with #2F09BE

Text Example


Text Example

White with #2F09BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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