Html Css Color HEX #0992FD Dodger Blue

📋 copy color: '#0992FD'

red 9 ◦ green 146 ◦ blue 253

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

Shades of Dodger Blue #0992FD

Tints of Dodger Blue #0992FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 62.01%

R = 2.21%
G = 35.78%
B = 62.01%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0992FD (or 0x0992FD) is known color: Dodger Blue. HEX triplet: 09, 92 and FD. RGB value is (9,146,253). Sum of RGB (Red+Green+Blue) = 9+146+253=408 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.21% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 253 (99.22% from 255 or 62.01% from 408); Max value from RGB is 253 - color contains mainly: blue. Hex color #0992FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0992FD is #F66D02. Grayscale: #747474. Windows color (decimal): -16149763 or 16617993. OLE color: 16617993.

HSL color Cylindrical-coordinate representation of color #0992FD: hue angle of 206.31º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0992FD is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 9 146 253 -
CMYK 0.96 0.42 0 0.01
HSL 206.31º 0.98% 0.51% -
HSV(B) 206.31º 0.96% 0.99% -
XYZ 28.12 27.71 96.79 -
YUV 117.24 204.61 50.8 -
System Red Green Blue C M Y K H S L
Decimal 9 146 253 0.96 0.42 0 0.01 206.31 0.98 0.51
Hex 9 92 FD 60 2A 0 1 CE 62 33
Octal 11 222 375 140 52 0 1 316 142 63
Binary 1001 10010010 11111101 1100000 101010 0 1 11001110 1100010 110011

Color Harmonies of #0992FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0992FD

Black with #0992FD

Text Example


Text Example

White with #0992FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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