Html Css Color HEX #3008CF Medium Blue

📋 copy color: '#3008CF'

red 48 ◦ green 8 ◦ blue 207

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

Shades of Medium Blue #3008CF

Tints of Medium Blue #3008CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 78.71%

R = 18.25%
G = 3.04%
B = 78.71%

CMYK

 C value IS 0.77

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3008CF (or 0x3008CF) is known color: Medium Blue. HEX triplet: 30, 08 and CF. RGB value is (48,8,207). Sum of RGB (Red+Green+Blue) = 48+8+207=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 207 (81.25% from 255 or 78.71% from 263); Max value from RGB is 207 - color contains mainly: blue. Hex color #3008CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3008CF is #CFF730. Grayscale: #292929. Windows color (decimal): -13629233 or 13568048. OLE color: 13568048.

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

Color convert

RGB 48 8 207 -
CMYK 0.77 0.96 0 0.19
HSL 252.06º 0.93% 0.42% -
HSV(B) 252.06º 0.96% 0.81% -
XYZ 12.57 5.31 59.39 -
YUV 42.65 220.75 131.82 -
System Red Green Blue C M Y K H S L
Decimal 48 8 207 0.77 0.96 0 0.19 252.06 0.93 0.42
Hex 30 8 CF 4D 60 0 13 FC 5D 2A
Octal 60 10 317 115 140 0 23 374 135 52
Binary 110000 1000 11001111 1001101 1100000 0 10011 11111100 1011101 101010

Color Harmonies of #3008CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3008CF

Black with #3008CF

Text Example


Text Example

White with #3008CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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