Html Css Color HEX #0990F1 Dodger Blue

📋 copy color: '#0990F1'

red 9 ◦ green 144 ◦ blue 241

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

Shades of Dodger Blue #0990F1

Tints of Dodger Blue #0990F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 61.17%

R = 2.28%
G = 36.55%
B = 61.17%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0990F1 (or 0x0990F1) is known color: Dodger Blue. HEX triplet: 09, 90 and F1. RGB value is (9,144,241). Sum of RGB (Red+Green+Blue) = 9+144+241=394 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.28% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 241 (94.53% from 255 or 61.17% from 394); Max value from RGB is 241 - color contains mainly: blue. Hex color #0990F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0990F1 is #F66F0E. Grayscale: #727272. Windows color (decimal): -16150287 or 15831049. OLE color: 15831049.

HSL color Cylindrical-coordinate representation of color #0990F1: hue angle of 205.09º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0990F1 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 9 144 241 -
CMYK 0.96 0.40 0 0.05
HSL 205.09º 0.93% 0.49% -
HSV(B) 205.09º 0.96% 0.95% -
XYZ 25.96 26.36 86.94 -
YUV 114.69 199.27 52.61 -
System Red Green Blue C M Y K H S L
Decimal 9 144 241 0.96 0.40 0 0.05 205.09 0.93 0.49
Hex 9 90 F1 60 28 0 5 CD 5D 31
Octal 11 220 361 140 50 0 5 315 135 61
Binary 1001 10010000 11110001 1100000 101000 0 101 11001101 1011101 110001

Color Harmonies of #0990F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0990F1

Black with #0990F1

Text Example


Text Example

White with #0990F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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