Html Css Color HEX #2F0FCA Medium Blue

📋 copy color: '#2F0FCA'

red 47 ◦ green 15 ◦ blue 202

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

Shades of Medium Blue #2F0FCA

Tints of Medium Blue #2F0FCA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.68%

 BLUE value IS 202 (79.3% from 255) = 76.52%

R = 17.8%
G = 5.68%
B = 76.52%

CMYK

 C value IS 0.77

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2F0FCA (or 0x2F0FCA) is known color: Medium Blue. HEX triplet: 2F, 0F and CA. RGB value is (47,15,202). Sum of RGB (Red+Green+Blue) = 47+15+202=264 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.80% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 202 (79.30% from 255 or 76.52% from 264); Max value from RGB is 202 - color contains mainly: blue. Hex color #2F0FCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0FCA is #D0F035. Grayscale: #2D2D2D. Windows color (decimal): -13692982 or 13242159. OLE color: 13242159.

HSL color Cylindrical-coordinate representation of color #2F0FCA: hue angle of 250.27º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F0FCA is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 47 15 202 -
CMYK 0.77 0.93 0 0.21
HSL 250.27º 0.86% 0.43% -
HSV(B) 250.27º 0.93% 0.79% -
XYZ 12 5.21 56.25 -
YUV 45.89 216.1 128.79 -
System Red Green Blue C M Y K H S L
Decimal 47 15 202 0.77 0.93 0 0.21 250.27 0.86 0.43
Hex 2F F CA 4D 5D 0 15 FA 56 2B
Octal 57 17 312 115 135 0 25 372 126 53
Binary 101111 1111 11001010 1001101 1011101 0 10101 11111010 1010110 101011

Color Harmonies of #2F0FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0FCA

Black with #2F0FCA

Text Example


Text Example

White with #2F0FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,15,202); }

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

background-color css

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

 a { background-color: rgb(47,15,202); }

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

border-color css

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

 span { border-color: rgb(47,15,202); }

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