Html Css Color HEX #0668FE Dodger Blue

📋 copy color: '#0668FE'

red 6 ◦ green 104 ◦ blue 254

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

Shades of Dodger Blue #0668FE

Tints of Dodger Blue #0668FE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.57%

 BLUE value IS 254 (99.61% from 255) = 69.78%

R = 1.65%
G = 28.57%
B = 69.78%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0668FE (or 0x0668FE) is known color: Dodger Blue. HEX triplet: 06, 68 and FE. RGB value is (6,104,254). Sum of RGB (Red+Green+Blue) = 6+104+254=364 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #0668FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0668FE is #F99701. Grayscale: #5B5B5B. Windows color (decimal): -16357122 or 16672774. OLE color: 16672774.

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

Color convert

RGB 6 104 254 -
CMYK 0.98 0.59 0 0.00
HSL 216.29º 0.99% 0.51% -
HSV(B) 216.29º 0.98% 1% -
XYZ 22.91 17.1 95.86 -
YUV 91.8 219.53 66.8 -
System Red Green Blue C M Y K H S L
Decimal 6 104 254 0.98 0.59 0 0.00 216.29 0.99 0.51
Hex 6 68 FE 62 3B 0 0 D8 63 33
Octal 6 150 376 142 73 0 0 330 143 63
Binary 110 1101000 11111110 1100010 111011 0 0 11011000 1100011 110011

Color Harmonies of #0668FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0668FE

Black with #0668FE

Text Example


Text Example

White with #0668FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0668FE; }

 p { color: rgb(6,104,254); }

 H1.HeaderClassName
 {
   color: #0668FE;
 }
 .AnyTagClassName
 {
   color: #0668FE;
 }
</style>

background-color css

<style>
 a { background-color: #0668FE; }

 a { background-color: rgb(6,104,254); }

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

border-color css

<style>
 span { border-color: #0668FE; }

 span { border-color: rgb(6,104,254); }

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