Html Css Color HEX #0992FE Dodger Blue

📋 copy color: '#0992FE'

red 9 ◦ green 146 ◦ blue 254

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

Shades of Dodger Blue #0992FE

Tints of Dodger Blue #0992FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 62.1%

R = 2.2%
G = 35.7%
B = 62.1%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0992FE (or 0x0992FE) is known color: Dodger Blue. HEX triplet: 09, 92 and FE. RGB value is (9,146,254). Sum of RGB (Red+Green+Blue) = 9+146+254=409 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.20% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #0992FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0992FE is #F66D01. Grayscale: #747474. Windows color (decimal): -16149762 or 16683529. OLE color: 16683529.

HSL color Cylindrical-coordinate representation of color #0992FE: hue angle of 206.45º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0992FE is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 9 146 254 -
CMYK 0.96 0.43 0 0.00
HSL 206.45º 0.99% 0.52% -
HSV(B) 206.45º 0.96% 1% -
XYZ 28.28 27.77 97.64 -
YUV 117.35 205.11 50.72 -
System Red Green Blue C M Y K H S L
Decimal 9 146 254 0.96 0.43 0 0.00 206.45 0.99 0.52
Hex 9 92 FE 60 2B 0 0 CE 63 34
Octal 11 222 376 140 53 0 0 316 143 64
Binary 1001 10010010 11111110 1100000 101011 0 0 11001110 1100011 110100

Color Harmonies of #0992FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0992FE

Black with #0992FE

Text Example


Text Example

White with #0992FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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