Html Css Color HEX #068FFF Dodger Blue

📋 copy color: '#068FFF'

red 6 ◦ green 143 ◦ blue 255

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

Shades of Dodger Blue #068FFF

Tints of Dodger Blue #068FFF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.4%

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

R = 1.49%
G = 35.4%
B = 63.12%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#068FFF (or 0x068FFF) is known color: Dodger Blue. HEX triplet: 06, 8F and FF. RGB value is (6,143,255). Sum of RGB (Red+Green+Blue) = 6+143+255=404 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.49% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #068FFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068FFF is #F97000. Grayscale: #727272. Windows color (decimal): -16347137 or 16748294. OLE color: 16748294.

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

Color convert

RGB 6 143 255 -
CMYK 0.98 0.44 0 0
HSL 206.99º 1% 0.51% -
HSV(B) 206.99º 0.98% 1% -
XYZ 27.95 26.9 98.33 -
YUV 114.81 207.11 50.39 -
System Red Green Blue C M Y K H S L
Decimal 6 143 255 0.98 0.44 0 0 206.99 1 0.51
Hex 6 8F FF 62 2C 0 0 CF 64 33
Octal 6 217 377 142 54 0 0 317 144 63
Binary 110 10001111 11111111 1100010 101100 0 0 11001111 1100100 110011

Color Harmonies of #068FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068FFF

Black with #068FFF

Text Example


Text Example

White with #068FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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