Html Css Color HEX #0692ED Dodger Blue

📋 copy color: '#0692ED'

red 6 ◦ green 146 ◦ blue 237

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

Shades of Dodger Blue #0692ED

Tints of Dodger Blue #0692ED

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.53%

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

R = 1.54%
G = 37.53%
B = 60.93%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0692ED (or 0x0692ED) is known color: Dodger Blue. HEX triplet: 06, 92 and ED. RGB value is (6,146,237). Sum of RGB (Red+Green+Blue) = 6+146+237=389 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.54% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 237 (92.97% from 255 or 60.93% from 389); Max value from RGB is 237 - color contains mainly: blue. Hex color #0692ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0692ED is #F96D12. Grayscale: #727272. Windows color (decimal): -16346387 or 15569414. OLE color: 15569414.

HSL color Cylindrical-coordinate representation of color #0692ED: hue angle of 203.64º 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 #0692ED is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 146 237 -
CMYK 0.97 0.38 0 0.07
HSL 203.64º 0.95% 0.48% -
HSV(B) 203.64º 0.97% 0.93% -
XYZ 25.64 26.71 83.93 -
YUV 114.51 197.12 50.6 -
System Red Green Blue C M Y K H S L
Decimal 6 146 237 0.97 0.38 0 0.07 203.64 0.95 0.48
Hex 6 92 ED 61 26 0 7 CC 5F 30
Octal 6 222 355 141 46 0 7 314 137 60
Binary 110 10010010 11101101 1100001 100110 0 111 11001100 1011111 110000

Color Harmonies of #0692ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0692ED

Black with #0692ED

Text Example


Text Example

White with #0692ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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