Html Css Color HEX #0992EB Dodger Blue

📋 copy color: '#0992EB'

red 9 ◦ green 146 ◦ blue 235

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

Shades of Dodger Blue #0992EB

Tints of Dodger Blue #0992EB

RGB

 RED value IS 9 (3.91% from 255) = 2.31%

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

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

R = 2.31%
G = 37.44%
B = 60.26%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0992EB (or 0x0992EB) is known color: Dodger Blue. HEX triplet: 09, 92 and EB. RGB value is (9,146,235). Sum of RGB (Red+Green+Blue) = 9+146+235=390 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 235 (92.19% from 255 or 60.26% from 390); Max value from RGB is 235 - color contains mainly: blue. Hex color #0992EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0992EB is #F66D14. Grayscale: #727272. Windows color (decimal): -16149781 or 15438345. OLE color: 15438345.

HSL color Cylindrical-coordinate representation of color #0992EB: hue angle of 203.63º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0992EB is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 9 146 235 -
CMYK 0.96 0.38 0 0.08
HSL 203.63º 0.93% 0.48% -
HSV(B) 203.63º 0.96% 0.92% -
XYZ 25.39 26.61 82.4 -
YUV 115.18 195.61 52.26 -
System Red Green Blue C M Y K H S L
Decimal 9 146 235 0.96 0.38 0 0.08 203.63 0.93 0.48
Hex 9 92 EB 60 26 0 8 CC 5D 30
Octal 11 222 353 140 46 0 10 314 135 60
Binary 1001 10010010 11101011 1100000 100110 0 1000 11001100 1011101 110000

Color Harmonies of #0992EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0992EB

Black with #0992EB

Text Example


Text Example

White with #0992EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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