Html Css Color HEX #0092EC Dodger Blue

📋 copy color: '#0092EC'

red 0 ◦ green 146 ◦ blue 236

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

Shades of Dodger Blue #0092EC

Tints of Dodger Blue #0092EC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 38.22%
B = 61.78%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0092EC (or 0x0092EC) is known color: Dodger Blue. HEX triplet: 00, 92 and EC. RGB value is (0,146,236). Sum of RGB (Red+Green+Blue) = 0+146+236=382 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 236 (92.58% from 255 or 61.78% from 382); Max value from RGB is 236 - color contains mainly: blue. Hex color #0092EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0092EC is #FF6D13. Grayscale: #707070. Windows color (decimal): -16739604 or 15503872. OLE color: 15503872.

HSL color Cylindrical-coordinate representation of color #0092EC: hue angle of 202.88º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0092EC is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 146 236 -
CMYK 1 0.38 0 0.07
HSL 202.88º 1% 0.46% -
HSV(B) 202.88º 1% 0.93% -
XYZ 25.42 26.61 83.15 -
YUV 112.61 197.63 47.68 -
System Red Green Blue C M Y K H S L
Decimal 0 146 236 1 0.38 0 0.07 202.88 1 0.46
Hex 0 92 EC 64 26 0 7 CB 64 2E
Octal 0 222 354 144 46 0 7 313 144 56
Binary 0 10010010 11101100 1100100 100110 0 111 11001011 1100100 101110

Color Harmonies of #0092EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0092EC

Black with #0092EC

Text Example


Text Example

White with #0092EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,146,236); }

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

background-color css

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

 a { background-color: rgb(0,146,236); }

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

border-color css

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

 span { border-color: rgb(0,146,236); }

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