Html Css Color HEX #0690EF Dodger Blue

📋 copy color: '#0690EF'

red 6 ◦ green 144 ◦ blue 239

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

Shades of Dodger Blue #0690EF

Tints of Dodger Blue #0690EF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.02%

 BLUE value IS 239 (93.75% from 255) = 61.44%

R = 1.54%
G = 37.02%
B = 61.44%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0690EF (or 0x0690EF) is known color: Dodger Blue. HEX triplet: 06, 90 and EF. RGB value is (6,144,239). Sum of RGB (Red+Green+Blue) = 6+144+239=389 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.54% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 239 (93.75% from 255 or 61.44% from 389); Max value from RGB is 239 - color contains mainly: blue. Hex color #0690EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0690EF is #F96F10. Grayscale: #717171. Windows color (decimal): -16346897 or 15699974. OLE color: 15699974.

HSL color Cylindrical-coordinate representation of color #0690EF: hue angle of 204.46º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0690EF is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 6 144 239 -
CMYK 0.97 0.40 0 0.06
HSL 204.46º 0.95% 0.48% -
HSV(B) 204.46º 0.97% 0.94% -
XYZ 25.63 26.22 85.37 -
YUV 113.57 198.78 51.28 -
System Red Green Blue C M Y K H S L
Decimal 6 144 239 0.97 0.40 0 0.06 204.46 0.95 0.48
Hex 6 90 EF 61 28 0 6 CC 5F 30
Octal 6 220 357 141 50 0 6 314 137 60
Binary 110 10010000 11101111 1100001 101000 0 110 11001100 1011111 110000

Color Harmonies of #0690EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0690EF

Black with #0690EF

Text Example


Text Example

White with #0690EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0690EF; }

 p { color: rgb(6,144,239); }

 H1.HeaderClassName
 {
   color: #0690EF;
 }
 .AnyTagClassName
 {
   color: #0690EF;
 }
</style>

background-color css

<style>
 a { background-color: #0690EF; }

 a { background-color: rgb(6,144,239); }

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

border-color css

<style>
 span { border-color: #0690EF; }

 span { border-color: rgb(6,144,239); }

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