Html Css Color HEX #3079FF Dodger Blue

📋 copy color: '#3079FF'

red 48 ◦ green 121 ◦ blue 255

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

Shades of Dodger Blue #3079FF

Tints of Dodger Blue #3079FF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.54%

 BLUE value IS 255 (100% from 255) = 60.14%

R = 11.32%
G = 28.54%
B = 60.14%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3079FF (or 0x3079FF) is known color: Dodger Blue. HEX triplet: 30, 79 and FF. RGB value is (48,121,255). Sum of RGB (Red+Green+Blue) = 48+121+255=424 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.32% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #3079FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3079FF is #CF8600. Grayscale: #717171. Windows color (decimal): -13600257 or 16742704. OLE color: 16742704.

HSL color Cylindrical-coordinate representation of color #3079FF: hue angle of 218.84º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3079FF is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 48 121 255 -
CMYK 0.81 0.53 0 0
HSL 218.84º 1% 0.59% -
HSV(B) 218.84º 0.81% 1% -
XYZ 26.11 21.52 97.39 -
YUV 114.45 207.32 80.6 -
System Red Green Blue C M Y K H S L
Decimal 48 121 255 0.81 0.53 0 0 218.84 1 0.59
Hex 30 79 FF 51 35 0 0 DB 64 3B
Octal 60 171 377 121 65 0 0 333 144 73
Binary 110000 1111001 11111111 1010001 110101 0 0 11011011 1100100 111011

Color Harmonies of #3079FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3079FF

Black with #3079FF

Text Example


Text Example

White with #3079FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3079FF; }

 p { color: rgb(48,121,255); }

 H1.HeaderClassName
 {
   color: #3079FF;
 }
 .AnyTagClassName
 {
   color: #3079FF;
 }
</style>

background-color css

<style>
 a { background-color: #3079FF; }

 a { background-color: rgb(48,121,255); }

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

border-color css

<style>
 span { border-color: #3079FF; }

 span { border-color: rgb(48,121,255); }

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