Html Css Color HEX #2D10BC Medium Blue

📋 copy color: '#2D10BC'

red 45 ◦ green 16 ◦ blue 188

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

Shades of Medium Blue #2D10BC

Tints of Medium Blue #2D10BC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.43%

 BLUE value IS 188 (73.83% from 255) = 75.5%

R = 18.07%
G = 6.43%
B = 75.5%

CMYK

 C value IS 0.76

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2D10BC (or 0x2D10BC) is known color: Medium Blue. HEX triplet: 2D, 10 and BC. RGB value is (45,16,188). Sum of RGB (Red+Green+Blue) = 45+16+188=249 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.07% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 188 (73.83% from 255 or 75.50% from 249); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D10BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D10BC is #D2EF43. Grayscale: #2B2B2B. Windows color (decimal): -13823812 or 12324909. OLE color: 12324909.

HSL color Cylindrical-coordinate representation of color #2D10BC: hue angle of 250.12º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D10BC is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 45 16 188 -
CMYK 0.76 0.91 0 0.26
HSL 250.12º 0.84% 0.4% -
HSV(B) 250.12º 0.91% 0.74% -
XYZ 10.34 4.56 47.91 -
YUV 44.28 209.11 128.51 -
System Red Green Blue C M Y K H S L
Decimal 45 16 188 0.76 0.91 0 0.26 250.12 0.84 0.4
Hex 2D 10 BC 4C 5B 0 1A FA 54 28
Octal 55 20 274 114 133 0 32 372 124 50
Binary 101101 10000 10111100 1001100 1011011 0 11010 11111010 1010100 101000

Color Harmonies of #2D10BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D10BC

Black with #2D10BC

Text Example


Text Example

White with #2D10BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,16,188); }

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

background-color css

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

 a { background-color: rgb(45,16,188); }

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

border-color css

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

 span { border-color: rgb(45,16,188); }

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