Html Css Color HEX #068AFC Dodger Blue

📋 copy color: '#068AFC'

red 6 ◦ green 138 ◦ blue 252

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

Shades of Dodger Blue #068AFC

Tints of Dodger Blue #068AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.64%

R = 1.52%
G = 34.85%
B = 63.64%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#068AFC (or 0x068AFC) is known color: Dodger Blue. HEX triplet: 06, 8A and FC. RGB value is (6,138,252). Sum of RGB (Red+Green+Blue) = 6+138+252=396 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.52% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #068AFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068AFC is #F97503. Grayscale: #6E6E6E. Windows color (decimal): -16348420 or 16550406. OLE color: 16550406.

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

Color convert

RGB 6 138 252 -
CMYK 0.98 0.45 0 0.01
HSL 207.8º 0.98% 0.51% -
HSV(B) 207.8º 0.98% 0.99% -
XYZ 26.73 25.24 95.56 -
YUV 111.53 207.27 52.73 -
System Red Green Blue C M Y K H S L
Decimal 6 138 252 0.98 0.45 0 0.01 207.8 0.98 0.51
Hex 6 8A FC 62 2D 0 1 D0 62 33
Octal 6 212 374 142 55 0 1 320 142 63
Binary 110 10001010 11111100 1100010 101101 0 1 11010000 1100010 110011

Color Harmonies of #068AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068AFC

Black with #068AFC

Text Example


Text Example

White with #068AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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