Html Css Color HEX #068DFE Dodger Blue

📋 copy color: '#068DFE'

red 6 ◦ green 141 ◦ blue 254

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

Shades of Dodger Blue #068DFE

Tints of Dodger Blue #068DFE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.16%

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

R = 1.5%
G = 35.16%
B = 63.34%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#068DFE (or 0x068DFE) is known color: Dodger Blue. HEX triplet: 06, 8D and FE. RGB value is (6,141,254). Sum of RGB (Red+Green+Blue) = 6+141+254=401 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.50% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #068DFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068DFE is #F97201. Grayscale: #707070. Windows color (decimal): -16347650 or 16682246. OLE color: 16682246.

HSL color Cylindrical-coordinate representation of color #068DFE: hue angle of 207.34º 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 #068DFE is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 6 141 254 -
CMYK 0.98 0.44 0 0.00
HSL 207.34º 0.99% 0.51% -
HSV(B) 207.34º 0.98% 1% -
XYZ 27.49 26.24 97.38 -
YUV 113.52 207.27 51.31 -
System Red Green Blue C M Y K H S L
Decimal 6 141 254 0.98 0.44 0 0.00 207.34 0.99 0.51
Hex 6 8D FE 62 2C 0 0 CF 63 33
Octal 6 215 376 142 54 0 0 317 143 63
Binary 110 10001101 11111110 1100010 101100 0 0 11001111 1100011 110011

Color Harmonies of #068DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068DFE

Black with #068DFE

Text Example


Text Example

White with #068DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068DFE; }

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

 H1.HeaderClassName
 {
   color: #068DFE;
 }
 .AnyTagClassName
 {
   color: #068DFE;
 }
</style>

background-color css

<style>
 a { background-color: #068DFE; }

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

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

border-color css

<style>
 span { border-color: #068DFE; }

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

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