Html Css Color HEX #068FEF Dodger Blue

📋 copy color: '#068FEF'

red 6 ◦ green 143 ◦ blue 239

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

Shades of Dodger Blue #068FEF

Tints of Dodger Blue #068FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 61.6%

R = 1.55%
G = 36.86%
B = 61.6%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#068FEF (or 0x068FEF) is known color: Dodger Blue. HEX triplet: 06, 8F and EF. RGB value is (6,143,239). Sum of RGB (Red+Green+Blue) = 6+143+239=388 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #068FEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068FEF is #F97010. Grayscale: #707070. Windows color (decimal): -16347153 or 15699718. OLE color: 15699718.

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

Color convert

RGB 6 143 239 -
CMYK 0.97 0.40 0 0.06
HSL 204.72º 0.95% 0.48% -
HSV(B) 204.72º 0.97% 0.94% -
XYZ 25.48 25.92 85.32 -
YUV 112.98 199.11 51.69 -
System Red Green Blue C M Y K H S L
Decimal 6 143 239 0.97 0.40 0 0.06 204.72 0.95 0.48
Hex 6 8F EF 61 28 0 6 CD 5F 30
Octal 6 217 357 141 50 0 6 315 137 60
Binary 110 10001111 11101111 1100001 101000 0 110 11001101 1011111 110000

Color Harmonies of #068FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068FEF

Black with #068FEF

Text Example


Text Example

White with #068FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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