Html Css Color HEX #068CF6 Dodger Blue

📋 copy color: '#068CF6'

red 6 ◦ green 140 ◦ blue 246

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

Shades of Dodger Blue #068CF6

Tints of Dodger Blue #068CF6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.71%

 BLUE value IS 246 (96.48% from 255) = 62.76%

R = 1.53%
G = 35.71%
B = 62.76%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#068CF6 (or 0x068CF6) is known color: Dodger Blue. HEX triplet: 06, 8C and F6. RGB value is (6,140,246). Sum of RGB (Red+Green+Blue) = 6+140+246=392 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.53% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 246 (96.48% from 255 or 62.76% from 392); Max value from RGB is 246 - color contains mainly: blue. Hex color #068CF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068CF6 is #F97309. Grayscale: #6F6F6F. Windows color (decimal): -16347914 or 16157702. OLE color: 16157702.

HSL color Cylindrical-coordinate representation of color #068CF6: hue angle of 206.5º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #068CF6 is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 6 140 246 -
CMYK 0.98 0.43 0 0.04
HSL 206.5º 0.95% 0.49% -
HSV(B) 206.5º 0.98% 0.96% -
XYZ 26.09 25.45 90.73 -
YUV 112.02 203.61 52.38 -
System Red Green Blue C M Y K H S L
Decimal 6 140 246 0.98 0.43 0 0.04 206.5 0.95 0.49
Hex 6 8C F6 62 2B 0 4 CE 5F 31
Octal 6 214 366 142 53 0 4 316 137 61
Binary 110 10001100 11110110 1100010 101011 0 100 11001110 1011111 110001

Color Harmonies of #068CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068CF6

Black with #068CF6

Text Example


Text Example

White with #068CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,140,246); }

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

background-color css

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

 a { background-color: rgb(6,140,246); }

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

border-color css

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

 span { border-color: rgb(6,140,246); }

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