Html Css Color HEX #068CFF Dodger Blue

📋 copy color: '#068CFF'

red 6 ◦ green 140 ◦ blue 255

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

Shades of Dodger Blue #068CFF

Tints of Dodger Blue #068CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.59%

R = 1.5%
G = 34.91%
B = 63.59%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#068CFF (or 0x068CFF) is known color: Dodger Blue. HEX triplet: 06, 8C and FF. RGB value is (6,140,255). Sum of RGB (Red+Green+Blue) = 6+140+255=401 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.50% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #068CFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068CFF is #F97300. Grayscale: #707070. Windows color (decimal): -16347905 or 16747526. OLE color: 16747526.

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

Color convert

RGB 6 140 255 -
CMYK 0.98 0.45 0 0
HSL 207.71º 1% 0.51% -
HSV(B) 207.71º 0.98% 1% -
XYZ 27.5 26.01 98.18 -
YUV 113.04 208.11 51.65 -
System Red Green Blue C M Y K H S L
Decimal 6 140 255 0.98 0.45 0 0 207.71 1 0.51
Hex 6 8C FF 62 2D 0 0 D0 64 33
Octal 6 214 377 142 55 0 0 320 144 63
Binary 110 10001100 11111111 1100010 101101 0 0 11010000 1100100 110011

Color Harmonies of #068CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068CFF

Black with #068CFF

Text Example


Text Example

White with #068CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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