Html Css Color HEX #068DFF Dodger Blue

📋 copy color: '#068DFF'

red 6 ◦ green 141 ◦ blue 255

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

Shades of Dodger Blue #068DFF

Tints of Dodger Blue #068DFF

RGB

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

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

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

R = 1.49%
G = 35.07%
B = 63.43%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#068DFF (or 0x068DFF) is known color: Dodger Blue. HEX triplet: 06, 8D and FF. RGB value is (6,141,255). Sum of RGB (Red+Green+Blue) = 6+141+255=402 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.49% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #068DFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068DFF is #F97200. Grayscale: #717171. Windows color (decimal): -16347649 or 16747782. OLE color: 16747782.

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

Color convert

RGB 6 141 255 -
CMYK 0.98 0.45 0 0
HSL 207.47º 1% 0.51% -
HSV(B) 207.47º 0.98% 1% -
XYZ 27.65 26.31 98.23 -
YUV 113.63 207.77 51.23 -
System Red Green Blue C M Y K H S L
Decimal 6 141 255 0.98 0.45 0 0 207.47 1 0.51
Hex 6 8D FF 62 2D 0 0 CF 64 33
Octal 6 215 377 142 55 0 0 317 144 63
Binary 110 10001101 11111111 1100010 101101 0 0 11001111 1100100 110011

Color Harmonies of #068DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068DFF

Black with #068DFF

Text Example


Text Example

White with #068DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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