Html Css Color HEX #068CFE Dodger Blue

📋 copy color: '#068CFE'

red 6 ◦ green 140 ◦ blue 254

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

Shades of Dodger Blue #068CFE

Tints of Dodger Blue #068CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 63.5%

R = 1.5%
G = 35%
B = 63.5%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#068CFE (or 0x068CFE) is known color: Dodger Blue. HEX triplet: 06, 8C and FE. RGB value is (6,140,254). Sum of RGB (Red+Green+Blue) = 6+140+254=400 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.5% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #068CFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068CFE is #F97301. Grayscale: #707070. Windows color (decimal): -16347906 or 16681990. OLE color: 16681990.

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

Color convert

RGB 6 140 254 -
CMYK 0.98 0.45 0 0.00
HSL 207.58º 0.99% 0.51% -
HSV(B) 207.58º 0.98% 1% -
XYZ 27.34 25.95 97.33 -
YUV 112.93 207.61 51.73 -
System Red Green Blue C M Y K H S L
Decimal 6 140 254 0.98 0.45 0 0.00 207.58 0.99 0.51
Hex 6 8C FE 62 2D 0 0 D0 63 33
Octal 6 214 376 142 55 0 0 320 143 63
Binary 110 10001100 11111110 1100010 101101 0 0 11010000 1100011 110011

Color Harmonies of #068CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068CFE

Black with #068CFE

Text Example


Text Example

White with #068CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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