Html Css Color HEX #068AFB Dodger Blue

📋 copy color: '#068AFB'

red 6 ◦ green 138 ◦ blue 251

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

Shades of Dodger Blue #068AFB

Tints of Dodger Blue #068AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 63.54%

R = 1.52%
G = 34.94%
B = 63.54%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#068AFB (or 0x068AFB) is known color: Dodger Blue. HEX triplet: 06, 8A and FB. RGB value is (6,138,251). Sum of RGB (Red+Green+Blue) = 6+138+251=395 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.52% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #068AFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068AFB is #F97504. Grayscale: #6E6E6E. Windows color (decimal): -16348421 or 16484870. OLE color: 16484870.

HSL color Cylindrical-coordinate representation of color #068AFB: hue angle of 207.67º degrees, saturation: 0.97, 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 #068AFB is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 138 251 -
CMYK 0.98 0.45 0 0.02
HSL 207.67º 0.97% 0.5% -
HSV(B) 207.67º 0.98% 0.98% -
XYZ 26.58 25.18 94.73 -
YUV 111.41 206.77 52.81 -
System Red Green Blue C M Y K H S L
Decimal 6 138 251 0.98 0.45 0 0.02 207.67 0.97 0.5
Hex 6 8A FB 62 2D 0 2 D0 61 32
Octal 6 212 373 142 55 0 2 320 141 62
Binary 110 10001010 11111011 1100010 101101 0 10 11010000 1100001 110010

Color Harmonies of #068AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068AFB

Black with #068AFB

Text Example


Text Example

White with #068AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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