Html Css Color HEX #0679F1 Dodger Blue

📋 copy color: '#0679F1'

red 6 ◦ green 121 ◦ blue 241

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

Shades of Dodger Blue #0679F1

Tints of Dodger Blue #0679F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 65.49%

R = 1.63%
G = 32.88%
B = 65.49%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0679F1 (or 0x0679F1) is known color: Dodger Blue. HEX triplet: 06, 79 and F1. RGB value is (6,121,241). Sum of RGB (Red+Green+Blue) = 6+121+241=368 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 241 (94.53% from 255 or 65.49% from 368); Max value from RGB is 241 - color contains mainly: blue. Hex color #0679F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0679F1 is #F9860E. Grayscale: #636363. Windows color (decimal): -16352783 or 15825158. OLE color: 15825158.

HSL color Cylindrical-coordinate representation of color #0679F1: hue angle of 210.64º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0679F1 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 6 121 241 -
CMYK 0.98 0.50 0 0.05
HSL 210.64º 0.95% 0.48% -
HSV(B) 210.64º 0.98% 0.95% -
XYZ 22.79 20.06 85.89 -
YUV 100.3 207.4 60.74 -
System Red Green Blue C M Y K H S L
Decimal 6 121 241 0.98 0.50 0 0.05 210.64 0.95 0.48
Hex 6 79 F1 62 32 0 5 D3 5F 30
Octal 6 171 361 142 62 0 5 323 137 60
Binary 110 1111001 11110001 1100010 110010 0 101 11010011 1011111 110000

Color Harmonies of #0679F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0679F1

Black with #0679F1

Text Example


Text Example

White with #0679F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0679F1; }

 p { color: rgb(6,121,241); }

 H1.HeaderClassName
 {
   color: #0679F1;
 }
 .AnyTagClassName
 {
   color: #0679F1;
 }
</style>

background-color css

<style>
 a { background-color: #0679F1; }

 a { background-color: rgb(6,121,241); }

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

border-color css

<style>
 span { border-color: #0679F1; }

 span { border-color: rgb(6,121,241); }

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