Html Css Color HEX #068FEC Dodger Blue

📋 copy color: '#068FEC'

red 6 ◦ green 143 ◦ blue 236

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

Shades of Dodger Blue #068FEC

Tints of Dodger Blue #068FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 61.3%

R = 1.56%
G = 37.14%
B = 61.3%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#068FEC (or 0x068FEC) is known color: Dodger Blue. HEX triplet: 06, 8F and EC. RGB value is (6,143,236). Sum of RGB (Red+Green+Blue) = 6+143+236=385 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #068FEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068FEC is #F97013. Grayscale: #707070. Windows color (decimal): -16347156 or 15503110. OLE color: 15503110.

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

Color convert

RGB 6 143 236 -
CMYK 0.97 0.39 0 0.07
HSL 204.26º 0.95% 0.47% -
HSV(B) 204.26º 0.97% 0.93% -
XYZ 25.04 25.74 83.01 -
YUV 112.64 197.61 51.94 -
System Red Green Blue C M Y K H S L
Decimal 6 143 236 0.97 0.39 0 0.07 204.26 0.95 0.47
Hex 6 8F EC 61 27 0 7 CC 5F 2F
Octal 6 217 354 141 47 0 7 314 137 57
Binary 110 10001111 11101100 1100001 100111 0 111 11001100 1011111 101111

Color Harmonies of #068FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068FEC

Black with #068FEC

Text Example


Text Example

White with #068FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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