Html Css Color HEX #068DEC Dodger Blue

📋 copy color: '#068DEC'

red 6 ◦ green 141 ◦ blue 236

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

Shades of Dodger Blue #068DEC

Tints of Dodger Blue #068DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 61.62%

R = 1.57%
G = 36.81%
B = 61.62%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#068DEC (or 0x068DEC) is known color: Dodger Blue. HEX triplet: 06, 8D and EC. RGB value is (6,141,236). Sum of RGB (Red+Green+Blue) = 6+141+236=383 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #068DEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068DEC is #F97213. Grayscale: #6E6E6E. Windows color (decimal): -16347668 or 15502598. OLE color: 15502598.

HSL color Cylindrical-coordinate representation of color #068DEC: hue angle of 204.78º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068DEC is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 141 236 -
CMYK 0.97 0.40 0 0.07
HSL 204.78º 0.95% 0.47% -
HSV(B) 204.78º 0.97% 0.93% -
XYZ 24.74 25.14 82.91 -
YUV 111.47 198.27 52.78 -
System Red Green Blue C M Y K H S L
Decimal 6 141 236 0.97 0.40 0 0.07 204.78 0.95 0.47
Hex 6 8D EC 61 28 0 7 CD 5F 2F
Octal 6 215 354 141 50 0 7 315 137 57
Binary 110 10001101 11101100 1100001 101000 0 111 11001101 1011111 101111

Color Harmonies of #068DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068DEC

Black with #068DEC

Text Example


Text Example

White with #068DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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