Html Css Color HEX #2F04BB Medium Blue

📋 copy color: '#2F04BB'

red 47 ◦ green 4 ◦ blue 187

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

Shades of Medium Blue #2F04BB

Tints of Medium Blue #2F04BB

RGB

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

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

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

R = 19.75%
G = 1.68%
B = 78.57%

CMYK

 C value IS 0.75

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2F04BB (or 0x2F04BB) is known color: Medium Blue. HEX triplet: 2F, 04 and BB. RGB value is (47,4,187). Sum of RGB (Red+Green+Blue) = 47+4+187=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 187 (73.44% from 255 or 78.57% from 238); Max value from RGB is 187 - color contains mainly: blue. Hex color #2F04BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F04BB is #D0FB44. Grayscale: #252525. Windows color (decimal): -13695813 or 12256303. OLE color: 12256303.

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

Color convert

RGB 47 4 187 -
CMYK 0.75 0.98 0 0.27
HSL 254.1º 0.96% 0.37% -
HSV(B) 254.1º 0.98% 0.73% -
XYZ 10.19 4.28 47.3 -
YUV 37.72 212.25 134.62 -
System Red Green Blue C M Y K H S L
Decimal 47 4 187 0.75 0.98 0 0.27 254.1 0.96 0.37
Hex 2F 4 BB 4B 62 0 1B FE 60 25
Octal 57 4 273 113 142 0 33 376 140 45
Binary 101111 100 10111011 1001011 1100010 0 11011 11111110 1100000 100101

Color Harmonies of #2F04BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F04BB

Black with #2F04BB

Text Example


Text Example

White with #2F04BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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