Html Css Color HEX #0696EB Dodger Blue

📋 copy color: '#0696EB'

red 6 ◦ green 150 ◦ blue 235

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

Shades of Dodger Blue #0696EB

Tints of Dodger Blue #0696EB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.36%

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

R = 1.53%
G = 38.36%
B = 60.1%

CMYK

 C value IS 0.97

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0696EB (or 0x0696EB) is known color: Dodger Blue. HEX triplet: 06, 96 and EB. RGB value is (6,150,235). Sum of RGB (Red+Green+Blue) = 6+150+235=391 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.53% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 235 (92.19% from 255 or 60.10% from 391); Max value from RGB is 235 - color contains mainly: blue. Hex color #0696EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0696EB is #F96914. Grayscale: #747474. Windows color (decimal): -16345365 or 15439366. OLE color: 15439366.

HSL color Cylindrical-coordinate representation of color #0696EB: hue angle of 202.27º 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 #0696EB is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 6 150 235 -
CMYK 0.97 0.36 0 0.08
HSL 202.27º 0.95% 0.47% -
HSV(B) 202.27º 0.97% 0.92% -
XYZ 25.98 27.85 82.6 -
YUV 116.63 194.79 49.09 -
System Red Green Blue C M Y K H S L
Decimal 6 150 235 0.97 0.36 0 0.08 202.27 0.95 0.47
Hex 6 96 EB 61 24 0 8 CA 5F 2F
Octal 6 226 353 141 44 0 10 312 137 57
Binary 110 10010110 11101011 1100001 100100 0 1000 11001010 1011111 101111

Color Harmonies of #0696EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0696EB

Black with #0696EB

Text Example


Text Example

White with #0696EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0696EB; }

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

 H1.HeaderClassName
 {
   color: #0696EB;
 }
 .AnyTagClassName
 {
   color: #0696EB;
 }
</style>

background-color css

<style>
 a { background-color: #0696EB; }

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

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

border-color css

<style>
 span { border-color: #0696EB; }

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

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