Html Css Color HEX #0192EB Dodger Blue

📋 copy color: '#0192EB'

red 1 ◦ green 146 ◦ blue 235

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

Shades of Dodger Blue #0192EB

Tints of Dodger Blue #0192EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 61.52%

R = 0.26%
G = 38.22%
B = 61.52%

CMYK

 C value IS 1.00

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0192EB (or 0x0192EB) is known color: Dodger Blue. HEX triplet: 01, 92 and EB. RGB value is (1,146,235). Sum of RGB (Red+Green+Blue) = 1+146+235=382 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #0192EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0192EB is #FE6D14. Grayscale: #707070. Windows color (decimal): -16674069 or 15438337. OLE color: 15438337.

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

Color convert

RGB 1 146 235 -
CMYK 1.00 0.38 0 0.08
HSL 202.82º 0.99% 0.46% -
HSV(B) 202.82º 1% 0.92% -
XYZ 25.29 26.56 82.39 -
YUV 112.79 196.96 48.26 -
System Red Green Blue C M Y K H S L
Decimal 1 146 235 1.00 0.38 0 0.08 202.82 0.99 0.46
Hex 1 92 EB 64 26 0 8 CB 63 2E
Octal 1 222 353 144 46 0 10 313 143 56
Binary 1 10010010 11101011 1100100 100110 0 1000 11001011 1100011 101110

Color Harmonies of #0192EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0192EB

Black with #0192EB

Text Example


Text Example

White with #0192EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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