Html Css Color HEX #3076FF Dodger Blue

📋 copy color: '#3076FF'

red 48 ◦ green 118 ◦ blue 255

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

Shades of Dodger Blue #3076FF

Tints of Dodger Blue #3076FF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.03%

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

R = 11.4%
G = 28.03%
B = 60.57%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3076FF (or 0x3076FF) is known color: Dodger Blue. HEX triplet: 30, 76 and FF. RGB value is (48,118,255). Sum of RGB (Red+Green+Blue) = 48+118+255=421 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.40% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #3076FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3076FF is #CF8900. Grayscale: #707070. Windows color (decimal): -13601025 or 16741936. OLE color: 16741936.

HSL color Cylindrical-coordinate representation of color #3076FF: hue angle of 219.71º 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 #3076FF is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 48 118 255 -
CMYK 0.81 0.54 0 0
HSL 219.71º 1% 0.59% -
HSV(B) 219.71º 0.81% 1% -
XYZ 25.75 20.81 97.27 -
YUV 112.69 208.31 81.86 -
System Red Green Blue C M Y K H S L
Decimal 48 118 255 0.81 0.54 0 0 219.71 1 0.59
Hex 30 76 FF 51 36 0 0 DC 64 3B
Octal 60 166 377 121 66 0 0 334 144 73
Binary 110000 1110110 11111111 1010001 110110 0 0 11011100 1100100 111011

Color Harmonies of #3076FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3076FF

Black with #3076FF

Text Example


Text Example

White with #3076FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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