Html Css Color HEX #068FED Dodger Blue

📋 copy color: '#068FED'

red 6 ◦ green 143 ◦ blue 237

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

Shades of Dodger Blue #068FED

Tints of Dodger Blue #068FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 61.4%

R = 1.55%
G = 37.05%
B = 61.4%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#068FED (or 0x068FED) is known color: Dodger Blue. HEX triplet: 06, 8F and ED. RGB value is (6,143,237). Sum of RGB (Red+Green+Blue) = 6+143+237=386 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 237 (92.97% from 255 or 61.40% from 386); Max value from RGB is 237 - color contains mainly: blue. Hex color #068FED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068FED is #F97012. Grayscale: #707070. Windows color (decimal): -16347155 or 15568646. OLE color: 15568646.

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

Color convert

RGB 6 143 237 -
CMYK 0.97 0.40 0 0.07
HSL 204.42º 0.95% 0.48% -
HSV(B) 204.42º 0.97% 0.93% -
XYZ 25.18 25.8 83.77 -
YUV 112.75 198.11 51.86 -
System Red Green Blue C M Y K H S L
Decimal 6 143 237 0.97 0.40 0 0.07 204.42 0.95 0.48
Hex 6 8F ED 61 28 0 7 CC 5F 30
Octal 6 217 355 141 50 0 7 314 137 60
Binary 110 10001111 11101101 1100001 101000 0 111 11001100 1011111 110000

Color Harmonies of #068FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068FED

Black with #068FED

Text Example


Text Example

White with #068FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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