Html Css Color HEX #2D02BB Medium Blue

📋 copy color: '#2D02BB'

red 45 ◦ green 2 ◦ blue 187

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

Shades of Medium Blue #2D02BB

Tints of Medium Blue #2D02BB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 19.23%
G = 0.85%
B = 79.91%

CMYK

 C value IS 0.76

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2D02BB (or 0x2D02BB) is known color: Medium Blue. HEX triplet: 2D, 02 and BB. RGB value is (45,2,187). Sum of RGB (Red+Green+Blue) = 45+2+187=234 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.23% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 187 (73.44% from 255 or 79.91% from 234); Max value from RGB is 187 - color contains mainly: blue. Hex color #2D02BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D02BB is #D2FD44. Grayscale: #232323. Windows color (decimal): -13827397 or 12255789. OLE color: 12255789.

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

Color convert

RGB 45 2 187 -
CMYK 0.76 0.99 0 0.27
HSL 253.95º 0.98% 0.37% -
HSV(B) 253.95º 0.99% 0.73% -
XYZ 10.07 4.19 47.29 -
YUV 35.95 213.25 134.46 -
System Red Green Blue C M Y K H S L
Decimal 45 2 187 0.76 0.99 0 0.27 253.95 0.98 0.37
Hex 2D 2 BB 4C 63 0 1B FE 62 25
Octal 55 2 273 114 143 0 33 376 142 45
Binary 101101 10 10111011 1001100 1100011 0 11011 11111110 1100010 100101

Color Harmonies of #2D02BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D02BB

Black with #2D02BB

Text Example


Text Example

White with #2D02BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,2,187); }

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

background-color css

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

 a { background-color: rgb(45,2,187); }

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

border-color css

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

 span { border-color: rgb(45,2,187); }

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