Html Css Color HEX #2D0FCA Medium Blue

📋 copy color: '#2D0FCA'

red 45 ◦ green 15 ◦ blue 202

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

Shades of Medium Blue #2D0FCA

Tints of Medium Blue #2D0FCA

RGB

 RED value IS 45 (17.97% from 255) = 17.18%

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

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

R = 17.18%
G = 5.73%
B = 77.1%

CMYK

 C value IS 0.78

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2D0FCA (or 0x2D0FCA) is known color: Medium Blue. HEX triplet: 2D, 0F and CA. RGB value is (45,15,202). Sum of RGB (Red+Green+Blue) = 45+15+202=262 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.18% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 202 (79.30% from 255 or 77.10% from 262); Max value from RGB is 202 - color contains mainly: blue. Hex color #2D0FCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0FCA is #D2F035. Grayscale: #2C2C2C. Windows color (decimal): -13824054 or 13242157. OLE color: 13242157.

HSL color Cylindrical-coordinate representation of color #2D0FCA: hue angle of 249.63º 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 #2D0FCA is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 45 15 202 -
CMYK 0.78 0.93 0 0.21
HSL 249.63º 0.86% 0.43% -
HSV(B) 249.63º 0.93% 0.79% -
XYZ 11.91 5.16 56.25 -
YUV 45.29 216.44 127.79 -
System Red Green Blue C M Y K H S L
Decimal 45 15 202 0.78 0.93 0 0.21 249.63 0.86 0.43
Hex 2D F CA 4E 5D 0 15 FA 56 2B
Octal 55 17 312 116 135 0 25 372 126 53
Binary 101101 1111 11001010 1001110 1011101 0 10101 11111010 1010110 101011

Color Harmonies of #2D0FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0FCA

Black with #2D0FCA

Text Example


Text Example

White with #2D0FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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