Html Css Color HEX #068EFA Dodger Blue

📋 copy color: '#068EFA'

red 6 ◦ green 142 ◦ blue 250

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

Shades of Dodger Blue #068EFA

Tints of Dodger Blue #068EFA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.68%

 BLUE value IS 250 (98.05% from 255) = 62.81%

R = 1.51%
G = 35.68%
B = 62.81%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#068EFA (or 0x068EFA) is known color: Dodger Blue. HEX triplet: 06, 8E and FA. RGB value is (6,142,250). Sum of RGB (Red+Green+Blue) = 6+142+250=398 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.51% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #068EFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068EFA is #F97105. Grayscale: #717171. Windows color (decimal): -16347398 or 16420358. OLE color: 16420358.

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

Color convert

RGB 6 142 250 -
CMYK 0.98 0.43 0 0.02
HSL 206.56º 0.96% 0.5% -
HSV(B) 206.56º 0.98% 0.98% -
XYZ 27 26.29 94.09 -
YUV 113.65 204.94 51.22 -
System Red Green Blue C M Y K H S L
Decimal 6 142 250 0.98 0.43 0 0.02 206.56 0.96 0.5
Hex 6 8E FA 62 2B 0 2 CF 60 32
Octal 6 216 372 142 53 0 2 317 140 62
Binary 110 10001110 11111010 1100010 101011 0 10 11001111 1100000 110010

Color Harmonies of #068EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068EFA

Black with #068EFA

Text Example


Text Example

White with #068EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,142,250); }

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

background-color css

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

 a { background-color: rgb(6,142,250); }

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

border-color css

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

 span { border-color: rgb(6,142,250); }

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