Html Css Color HEX #0676FB Dodger Blue

📋 copy color: '#0676FB'

red 6 ◦ green 118 ◦ blue 251

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

Shades of Dodger Blue #0676FB

Tints of Dodger Blue #0676FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 66.93%

R = 1.6%
G = 31.47%
B = 66.93%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0676FB (or 0x0676FB) is known color: Dodger Blue. HEX triplet: 06, 76 and FB. RGB value is (6,118,251). Sum of RGB (Red+Green+Blue) = 6+118+251=375 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.6% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #0676FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0676FB is #F98904. Grayscale: #636363. Windows color (decimal): -16353541 or 16479750. OLE color: 16479750.

HSL color Cylindrical-coordinate representation of color #0676FB: hue angle of 212.57º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0676FB is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 118 251 -
CMYK 0.98 0.53 0 0.02
HSL 212.57º 0.97% 0.5% -
HSV(B) 212.57º 0.98% 0.98% -
XYZ 23.97 19.96 93.86 -
YUV 99.67 213.39 61.19 -
System Red Green Blue C M Y K H S L
Decimal 6 118 251 0.98 0.53 0 0.02 212.57 0.97 0.5
Hex 6 76 FB 62 35 0 2 D5 61 32
Octal 6 166 373 142 65 0 2 325 141 62
Binary 110 1110110 11111011 1100010 110101 0 10 11010101 1100001 110010

Color Harmonies of #0676FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0676FB

Black with #0676FB

Text Example


Text Example

White with #0676FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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