Html Css Color HEX #0699ED Dodger Blue

📋 copy color: '#0699ED'

red 6 ◦ green 153 ◦ blue 237

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

Shades of Dodger Blue #0699ED

Tints of Dodger Blue #0699ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 59.85%

R = 1.52%
G = 38.64%
B = 59.85%

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

#0699ED (or 0x0699ED) is known color: Dodger Blue. HEX triplet: 06, 99 and ED. RGB value is (6,153,237). Sum of RGB (Red+Green+Blue) = 6+153+237=396 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.52% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #0699ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0699ED is #F96612. Grayscale: #767676. Windows color (decimal): -16344595 or 15571206. OLE color: 15571206.

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

Color convert

RGB 6 153 237 -
CMYK 0.97 0.35 0 0.07
HSL 201.82º 0.95% 0.48% -
HSV(B) 201.82º 0.97% 0.93% -
XYZ 26.75 28.94 84.3 -
YUV 118.62 194.8 47.67 -
System Red Green Blue C M Y K H S L
Decimal 6 153 237 0.97 0.35 0 0.07 201.82 0.95 0.48
Hex 6 99 ED 61 23 0 7 CA 5F 30
Octal 6 231 355 141 43 0 7 312 137 60
Binary 110 10011001 11101101 1100001 100011 0 111 11001010 1011111 110000

Color Harmonies of #0699ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0699ED

Black with #0699ED

Text Example


Text Example

White with #0699ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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