Html Css Color HEX #3008D4 Medium Blue

📋 copy color: '#3008D4'

red 48 ◦ green 8 ◦ blue 212

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

Shades of Medium Blue #3008D4

Tints of Medium Blue #3008D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 79.1%

R = 17.91%
G = 2.99%
B = 79.1%

CMYK

 C value IS 0.77

 M value IS 0.96

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#3008D4 (or 0x3008D4) is known color: Medium Blue. HEX triplet: 30, 08 and D4. RGB value is (48,8,212). Sum of RGB (Red+Green+Blue) = 48+8+212=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 212 (83.20% from 255 or 79.10% from 268); Max value from RGB is 212 - color contains mainly: blue. Hex color #3008D4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3008D4 is #CFF72B. Grayscale: #2A2A2A. Windows color (decimal): -13629228 or 13895728. OLE color: 13895728.

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

Color convert

RGB 48 8 212 -
CMYK 0.77 0.96 0 0.17
HSL 251.76º 0.93% 0.43% -
HSV(B) 251.76º 0.96% 0.83% -
XYZ 13.19 5.56 62.66 -
YUV 43.22 223.25 131.41 -
System Red Green Blue C M Y K H S L
Decimal 48 8 212 0.77 0.96 0 0.17 251.76 0.93 0.43
Hex 30 8 D4 4D 60 0 11 FC 5D 2B
Octal 60 10 324 115 140 0 21 374 135 53
Binary 110000 1000 11010100 1001101 1100000 0 10001 11111100 1011101 101011

Color Harmonies of #3008D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3008D4

Black with #3008D4

Text Example


Text Example

White with #3008D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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