Html Css Color HEX #068BEB Dodger Blue

📋 copy color: '#068BEB'

red 6 ◦ green 139 ◦ blue 235

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

Shades of Dodger Blue #068BEB

Tints of Dodger Blue #068BEB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.58%

 BLUE value IS 235 (92.19% from 255) = 61.84%

R = 1.58%
G = 36.58%
B = 61.84%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#068BEB (or 0x068BEB) is known color: Dodger Blue. HEX triplet: 06, 8B and EB. RGB value is (6,139,235). Sum of RGB (Red+Green+Blue) = 6+139+235=380 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.58% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 235 (92.19% from 255 or 61.84% from 380); Max value from RGB is 235 - color contains mainly: blue. Hex color #068BEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068BEB is #F97414. Grayscale: #6D6D6D. Windows color (decimal): -16348181 or 15436550. OLE color: 15436550.

HSL color Cylindrical-coordinate representation of color #068BEB: hue angle of 205.15º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068BEB is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 6 139 235 -
CMYK 0.97 0.41 0 0.08
HSL 205.15º 0.95% 0.47% -
HSV(B) 205.15º 0.97% 0.92% -
XYZ 24.3 24.5 82.05 -
YUV 110.18 198.44 53.69 -
System Red Green Blue C M Y K H S L
Decimal 6 139 235 0.97 0.41 0 0.08 205.15 0.95 0.47
Hex 6 8B EB 61 29 0 8 CD 5F 2F
Octal 6 213 353 141 51 0 10 315 137 57
Binary 110 10001011 11101011 1100001 101001 0 1000 11001101 1011111 101111

Color Harmonies of #068BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068BEB

Black with #068BEB

Text Example


Text Example

White with #068BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,139,235); }

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

background-color css

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

 a { background-color: rgb(6,139,235); }

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

border-color css

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

 span { border-color: rgb(6,139,235); }

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