Html Css Color HEX #0190FE Dodger Blue

📋 copy color: '#0190FE'

red 1 ◦ green 144 ◦ blue 254

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

Shades of Dodger Blue #0190FE

Tints of Dodger Blue #0190FE

RGB

 RED value IS 1 (0.78% from 255) = 0.25%

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

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

R = 0.25%
G = 36.09%
B = 63.66%

CMYK

 C value IS 1.00

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0190FE (or 0x0190FE) is known color: Dodger Blue. HEX triplet: 01, 90 and FE. RGB value is (1,144,254). Sum of RGB (Red+Green+Blue) = 1+144+254=399 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #0190FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0190FE is #FE6F01. Grayscale: #717171. Windows color (decimal): -16674562 or 16683009. OLE color: 16683009.

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

Color convert

RGB 1 144 254 -
CMYK 1.00 0.43 0 0.00
HSL 206.09º 0.99% 0.5% -
HSV(B) 206.09º 1% 1% -
XYZ 27.88 27.11 97.53 -
YUV 113.78 207.12 47.56 -
System Red Green Blue C M Y K H S L
Decimal 1 144 254 1.00 0.43 0 0.00 206.09 0.99 0.5
Hex 1 90 FE 64 2B 0 0 CE 63 32
Octal 1 220 376 144 53 0 0 316 143 62
Binary 1 10010000 11111110 1100100 101011 0 0 11001110 1100011 110010

Color Harmonies of #0190FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0190FE

Black with #0190FE

Text Example


Text Example

White with #0190FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,144,254); }

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

background-color css

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

 a { background-color: rgb(1,144,254); }

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

border-color css

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

 span { border-color: rgb(1,144,254); }

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