Html Css Color HEX #068DFC Dodger Blue

📋 copy color: '#068DFC'

red 6 ◦ green 141 ◦ blue 252

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

Shades of Dodger Blue #068DFC

Tints of Dodger Blue #068DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.16%

R = 1.5%
G = 35.34%
B = 63.16%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#068DFC (or 0x068DFC) is known color: Dodger Blue. HEX triplet: 06, 8D and FC. RGB value is (6,141,252). Sum of RGB (Red+Green+Blue) = 6+141+252=399 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.50% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #068DFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068DFC is #F97203. Grayscale: #707070. Windows color (decimal): -16347652 or 16551174. OLE color: 16551174.

HSL color Cylindrical-coordinate representation of color #068DFC: hue angle of 207.07º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #068DFC is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 6 141 252 -
CMYK 0.98 0.44 0 0.01
HSL 207.07º 0.98% 0.51% -
HSV(B) 207.07º 0.98% 0.99% -
XYZ 27.17 26.12 95.7 -
YUV 113.29 206.27 51.47 -
System Red Green Blue C M Y K H S L
Decimal 6 141 252 0.98 0.44 0 0.01 207.07 0.98 0.51
Hex 6 8D FC 62 2C 0 1 CF 62 33
Octal 6 215 374 142 54 0 1 317 142 63
Binary 110 10001101 11111100 1100010 101100 0 1 11001111 1100010 110011

Color Harmonies of #068DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068DFC

Black with #068DFC

Text Example


Text Example

White with #068DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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