Html Css Color HEX #0192EC Dodger Blue

📋 copy color: '#0192EC'

red 1 ◦ green 146 ◦ blue 236

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

Shades of Dodger Blue #0192EC

Tints of Dodger Blue #0192EC

RGB

 RED value IS 1 (0.78% from 255) = 0.26%

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

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

R = 0.26%
G = 38.12%
B = 61.62%

CMYK

 C value IS 1.00

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0192EC (or 0x0192EC) is known color: Dodger Blue. HEX triplet: 01, 92 and EC. RGB value is (1,146,236). Sum of RGB (Red+Green+Blue) = 1+146+236=383 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #0192EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0192EC is #FE6D13. Grayscale: #707070. Windows color (decimal): -16674068 or 15503873. OLE color: 15503873.

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

Color convert

RGB 1 146 236 -
CMYK 1.00 0.38 0 0.07
HSL 202.98º 0.99% 0.46% -
HSV(B) 202.98º 1% 0.93% -
XYZ 25.43 26.62 83.15 -
YUV 112.91 197.46 48.18 -
System Red Green Blue C M Y K H S L
Decimal 1 146 236 1.00 0.38 0 0.07 202.98 0.99 0.46
Hex 1 92 EC 64 26 0 7 CB 63 2E
Octal 1 222 354 144 46 0 7 313 143 56
Binary 1 10010010 11101100 1100100 100110 0 111 11001011 1100011 101110

Color Harmonies of #0192EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0192EC

Black with #0192EC

Text Example


Text Example

White with #0192EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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