Html Css Color HEX #2F09BB Medium Blue

📋 copy color: '#2F09BB'

red 47 ◦ green 9 ◦ blue 187

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

Shades of Medium Blue #2F09BB

Tints of Medium Blue #2F09BB

RGB

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

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

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

R = 19.34%
G = 3.7%
B = 76.95%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2F09BB (or 0x2F09BB) is known color: Medium Blue. HEX triplet: 2F, 09 and BB. RGB value is (47,9,187). Sum of RGB (Red+Green+Blue) = 47+9+187=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 187 (73.44% from 255 or 76.95% from 243); Max value from RGB is 187 - color contains mainly: blue. Hex color #2F09BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F09BB is #D0F644. Grayscale: #272727. Windows color (decimal): -13694533 or 12257583. OLE color: 12257583.

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

Color convert

RGB 47 9 187 -
CMYK 0.75 0.95 0 0.27
HSL 252.81º 0.91% 0.38% -
HSV(B) 252.81º 0.95% 0.73% -
XYZ 10.24 4.39 47.32 -
YUV 40.65 210.59 132.53 -
System Red Green Blue C M Y K H S L
Decimal 47 9 187 0.75 0.95 0 0.27 252.81 0.91 0.38
Hex 2F 9 BB 4B 5F 0 1B FD 5B 26
Octal 57 11 273 113 137 0 33 375 133 46
Binary 101111 1001 10111011 1001011 1011111 0 11011 11111101 1011011 100110

Color Harmonies of #2F09BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F09BB

Black with #2F09BB

Text Example


Text Example

White with #2F09BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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