Html Css Color HEX #0990FC Dodger Blue

📋 copy color: '#0990FC'

red 9 ◦ green 144 ◦ blue 252

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

Shades of Dodger Blue #0990FC

Tints of Dodger Blue #0990FC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.56%

 BLUE value IS 252 (98.83% from 255) = 62.22%

R = 2.22%
G = 35.56%
B = 62.22%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0990FC (or 0x0990FC) is known color: Dodger Blue. HEX triplet: 09, 90 and FC. RGB value is (9,144,252). Sum of RGB (Red+Green+Blue) = 9+144+252=405 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.22% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 252 (98.83% from 255 or 62.22% from 405); Max value from RGB is 252 - color contains mainly: blue. Hex color #0990FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0990FC is #F66F03. Grayscale: #737373. Windows color (decimal): -16150276 or 16551945. OLE color: 16551945.

HSL color Cylindrical-coordinate representation of color #0990FC: hue angle of 206.67º 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 #0990FC is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 9 144 252 -
CMYK 0.96 0.43 0 0.01
HSL 206.67º 0.98% 0.51% -
HSV(B) 206.67º 0.96% 0.99% -
XYZ 27.66 27.03 95.86 -
YUV 115.95 204.77 51.72 -
System Red Green Blue C M Y K H S L
Decimal 9 144 252 0.96 0.43 0 0.01 206.67 0.98 0.51
Hex 9 90 FC 60 2B 0 1 CF 62 33
Octal 11 220 374 140 53 0 1 317 142 63
Binary 1001 10010000 11111100 1100000 101011 0 1 11001111 1100010 110011

Color Harmonies of #0990FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0990FC

Black with #0990FC

Text Example


Text Example

White with #0990FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0990FC; }

 p { color: rgb(9,144,252); }

 H1.HeaderClassName
 {
   color: #0990FC;
 }
 .AnyTagClassName
 {
   color: #0990FC;
 }
</style>

background-color css

<style>
 a { background-color: #0990FC; }

 a { background-color: rgb(9,144,252); }

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

border-color css

<style>
 span { border-color: #0990FC; }

 span { border-color: rgb(9,144,252); }

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