Html Css Color HEX #2F04BE Medium Blue

📋 copy color: '#2F04BE'

red 47 ◦ green 4 ◦ blue 190

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

Shades of Medium Blue #2F04BE

Tints of Medium Blue #2F04BE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.66%

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

R = 19.5%
G = 1.66%
B = 78.84%

CMYK

 C value IS 0.75

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2F04BE (or 0x2F04BE) is known color: Medium Blue. HEX triplet: 2F, 04 and BE. RGB value is (47,4,190). Sum of RGB (Red+Green+Blue) = 47+4+190=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 190 (74.61% from 255 or 78.84% from 241); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F04BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F04BE is #D0FB41. Grayscale: #252525. Windows color (decimal): -13695810 or 12452911. OLE color: 12452911.

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

Color convert

RGB 47 4 190 -
CMYK 0.75 0.98 0 0.25
HSL 253.87º 0.96% 0.38% -
HSV(B) 253.87º 0.98% 0.75% -
XYZ 10.51 4.41 49.01 -
YUV 38.06 213.75 134.38 -
System Red Green Blue C M Y K H S L
Decimal 47 4 190 0.75 0.98 0 0.25 253.87 0.96 0.38
Hex 2F 4 BE 4B 62 0 19 FE 60 26
Octal 57 4 276 113 142 0 31 376 140 46
Binary 101111 100 10111110 1001011 1100010 0 11001 11111110 1100000 100110

Color Harmonies of #2F04BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F04BE

Black with #2F04BE

Text Example


Text Example

White with #2F04BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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