Html Css Color HEX #3008D2 Medium Blue

📋 copy color: '#3008D2'

red 48 ◦ green 8 ◦ blue 210

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

Shades of Medium Blue #3008D2

Tints of Medium Blue #3008D2

RGB

 RED value IS 48 (19.14% from 255) = 18.05%

 GREEN value IS 8 (3.52% from 255) = 3.01%

 BLUE value IS 210 (82.42% from 255) = 78.95%

R = 18.05%
G = 3.01%
B = 78.95%

CMYK

 C value IS 0.77

 M value IS 0.96

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3008D2 (or 0x3008D2) is known color: Medium Blue. HEX triplet: 30, 08 and D2. RGB value is (48,8,210). Sum of RGB (Red+Green+Blue) = 48+8+210=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 210 (82.42% from 255 or 78.95% from 266); Max value from RGB is 210 - color contains mainly: blue. Hex color #3008D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3008D2 is #CFF72D. Grayscale: #2A2A2A. Windows color (decimal): -13629230 or 13764656. OLE color: 13764656.

HSL color Cylindrical-coordinate representation of color #3008D2: hue angle of 251.88º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3008D2 is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 8 210 -
CMYK 0.77 0.96 0 0.18
HSL 251.88º 0.93% 0.43% -
HSV(B) 251.88º 0.96% 0.82% -
XYZ 12.94 5.46 61.34 -
YUV 42.99 222.25 131.57 -
System Red Green Blue C M Y K H S L
Decimal 48 8 210 0.77 0.96 0 0.18 251.88 0.93 0.43
Hex 30 8 D2 4D 60 0 12 FC 5D 2B
Octal 60 10 322 115 140 0 22 374 135 53
Binary 110000 1000 11010010 1001101 1100000 0 10010 11111100 1011101 101011

Color Harmonies of #3008D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3008D2

Black with #3008D2

Text Example


Text Example

White with #3008D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3008D2; }

 p { color: rgb(48,8,210); }

 H1.HeaderClassName
 {
   color: #3008D2;
 }
 .AnyTagClassName
 {
   color: #3008D2;
 }
</style>

background-color css

<style>
 a { background-color: #3008D2; }

 a { background-color: rgb(48,8,210); }

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

border-color css

<style>
 span { border-color: #3008D2; }

 span { border-color: rgb(48,8,210); }

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