Html Css Color HEX #068AF8 Dodger Blue

📋 copy color: '#068AF8'

red 6 ◦ green 138 ◦ blue 248

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

Shades of Dodger Blue #068AF8

Tints of Dodger Blue #068AF8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.2%

 BLUE value IS 248 (97.27% from 255) = 63.27%

R = 1.53%
G = 35.2%
B = 63.27%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#068AF8 (or 0x068AF8) is known color: Dodger Blue. HEX triplet: 06, 8A and F8. RGB value is (6,138,248). Sum of RGB (Red+Green+Blue) = 6+138+248=392 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.53% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 248 (97.27% from 255 or 63.27% from 392); Max value from RGB is 248 - color contains mainly: blue. Hex color #068AF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068AF8 is #F97507. Grayscale: #6E6E6E. Windows color (decimal): -16348424 or 16288262. OLE color: 16288262.

HSL color Cylindrical-coordinate representation of color #068AF8: hue angle of 207.27º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #068AF8 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 6 138 248 -
CMYK 0.98 0.44 0 0.03
HSL 207.27º 0.95% 0.5% -
HSV(B) 207.27º 0.98% 0.97% -
XYZ 26.11 24.99 92.26 -
YUV 111.07 205.27 53.06 -
System Red Green Blue C M Y K H S L
Decimal 6 138 248 0.98 0.44 0 0.03 207.27 0.95 0.5
Hex 6 8A F8 62 2C 0 3 CF 5F 32
Octal 6 212 370 142 54 0 3 317 137 62
Binary 110 10001010 11111000 1100010 101100 0 11 11001111 1011111 110010

Color Harmonies of #068AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068AF8

Black with #068AF8

Text Example


Text Example

White with #068AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,138,248); }

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

background-color css

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

 a { background-color: rgb(6,138,248); }

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

border-color css

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

 span { border-color: rgb(6,138,248); }

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