Html Css Color HEX #0676FF Dodger Blue

📋 copy color: '#0676FF'

red 6 ◦ green 118 ◦ blue 255

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

Shades of Dodger Blue #0676FF

Tints of Dodger Blue #0676FF

RGB

 RED value IS 6 (2.73% from 255) = 1.58%

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

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

R = 1.58%
G = 31.13%
B = 67.28%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0676FF (or 0x0676FF) is known color: Dodger Blue. HEX triplet: 06, 76 and FF. RGB value is (6,118,255). Sum of RGB (Red+Green+Blue) = 6+118+255=379 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.58% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #0676FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0676FF is #F98900. Grayscale: #636363. Windows color (decimal): -16353537 or 16741894. OLE color: 16741894.

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

Color convert

RGB 6 118 255 -
CMYK 0.98 0.54 0 0
HSL 213.01º 1% 0.51% -
HSV(B) 213.01º 0.98% 1% -
XYZ 24.6 20.22 97.21 -
YUV 100.13 215.39 60.86 -
System Red Green Blue C M Y K H S L
Decimal 6 118 255 0.98 0.54 0 0 213.01 1 0.51
Hex 6 76 FF 62 36 0 0 D5 64 33
Octal 6 166 377 142 66 0 0 325 144 63
Binary 110 1110110 11111111 1100010 110110 0 0 11010101 1100100 110011

Color Harmonies of #0676FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0676FF

Black with #0676FF

Text Example


Text Example

White with #0676FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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