Html Css Color HEX #0699EC Dodger Blue

📋 copy color: '#0699EC'

red 6 ◦ green 153 ◦ blue 236

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

Shades of Dodger Blue #0699EC

Tints of Dodger Blue #0699EC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.73%

 BLUE value IS 236 (92.58% from 255) = 59.75%

R = 1.52%
G = 38.73%
B = 59.75%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0699EC (or 0x0699EC) is known color: Dodger Blue. HEX triplet: 06, 99 and EC. RGB value is (6,153,236). Sum of RGB (Red+Green+Blue) = 6+153+236=395 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.52% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 236 (92.58% from 255 or 59.75% from 395); Max value from RGB is 236 - color contains mainly: blue. Hex color #0699EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0699EC is #F96613. Grayscale: #767676. Windows color (decimal): -16344596 or 15505670. OLE color: 15505670.

HSL color Cylindrical-coordinate representation of color #0699EC: hue angle of 201.65º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0699EC is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 153 236 -
CMYK 0.97 0.35 0 0.07
HSL 201.65º 0.95% 0.47% -
HSV(B) 201.65º 0.97% 0.93% -
XYZ 26.61 28.88 83.53 -
YUV 118.51 194.3 47.75 -
System Red Green Blue C M Y K H S L
Decimal 6 153 236 0.97 0.35 0 0.07 201.65 0.95 0.47
Hex 6 99 EC 61 23 0 7 CA 5F 2F
Octal 6 231 354 141 43 0 7 312 137 57
Binary 110 10011001 11101100 1100001 100011 0 111 11001010 1011111 101111

Color Harmonies of #0699EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0699EC

Black with #0699EC

Text Example


Text Example

White with #0699EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0699EC; }

 p { color: rgb(6,153,236); }

 H1.HeaderClassName
 {
   color: #0699EC;
 }
 .AnyTagClassName
 {
   color: #0699EC;
 }
</style>

background-color css

<style>
 a { background-color: #0699EC; }

 a { background-color: rgb(6,153,236); }

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

border-color css

<style>
 span { border-color: #0699EC; }

 span { border-color: rgb(6,153,236); }

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