Html Css Color HEX #068EEE Dodger Blue

📋 copy color: '#068EEE'

red 6 ◦ green 142 ◦ blue 238

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

Shades of Dodger Blue #068EEE

Tints of Dodger Blue #068EEE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.79%

 BLUE value IS 238 (93.36% from 255) = 61.66%

R = 1.55%
G = 36.79%
B = 61.66%

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

#068EEE (or 0x068EEE) is known color: Dodger Blue. HEX triplet: 06, 8E and EE. RGB value is (6,142,238). Sum of RGB (Red+Green+Blue) = 6+142+238=386 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 238 (93.36% from 255 or 61.66% from 386); Max value from RGB is 238 - color contains mainly: blue. Hex color #068EEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068EEE is #F97111. Grayscale: #6F6F6F. Windows color (decimal): -16347410 or 15633926. OLE color: 15633926.

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

Color convert

RGB 6 142 238 -
CMYK 0.97 0.40 0 0.07
HSL 204.83º 0.95% 0.48% -
HSV(B) 204.83º 0.97% 0.93% -
XYZ 25.18 25.56 84.49 -
YUV 112.28 198.94 52.19 -
System Red Green Blue C M Y K H S L
Decimal 6 142 238 0.97 0.40 0 0.07 204.83 0.95 0.48
Hex 6 8E EE 61 28 0 7 CD 5F 30
Octal 6 216 356 141 50 0 7 315 137 60
Binary 110 10001110 11101110 1100001 101000 0 111 11001101 1011111 110000

Color Harmonies of #068EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068EEE

Black with #068EEE

Text Example


Text Example

White with #068EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,142,238); }

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

background-color css

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

 a { background-color: rgb(6,142,238); }

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

border-color css

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

 span { border-color: rgb(6,142,238); }

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