Html Css Color HEX #1992FA Dodger Blue

📋 copy color: '#1992FA'

red 25 ◦ green 146 ◦ blue 250

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

Shades of Dodger Blue #1992FA

Tints of Dodger Blue #1992FA

RGB

 RED value IS 25 (10.16% from 255) = 5.94%

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

 BLUE value IS 250 (98.05% from 255) = 59.38%

R = 5.94%
G = 34.68%
B = 59.38%

CMYK

 C value IS 0.9

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1992FA (or 0x1992FA) is known color: Dodger Blue. HEX triplet: 19, 92 and FA. RGB value is (25,146,250). Sum of RGB (Red+Green+Blue) = 25+146+250=421 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.94% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #1992FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1992FA is #E66D05. Grayscale: #797979. Windows color (decimal): -15101190 or 16421401. OLE color: 16421401.

HSL color Cylindrical-coordinate representation of color #1992FA: hue angle of 207.73º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1992FA is Cyan = 0.9, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 146 250 -
CMYK 0.9 0.42 0 0.02
HSL 207.73º 0.96% 0.54% -
HSV(B) 207.73º 0.9% 0.98% -
XYZ 27.94 27.67 94.31 -
YUV 121.68 200.41 59.04 -
System Red Green Blue C M Y K H S L
Decimal 25 146 250 0.9 0.42 0 0.02 207.73 0.96 0.54
Hex 19 92 FA 5A 2A 0 2 D0 60 36
Octal 31 222 372 132 52 0 2 320 140 66
Binary 11001 10010010 11111010 1011010 101010 0 10 11010000 1100000 110110

Color Harmonies of #1992FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1992FA

Black with #1992FA

Text Example


Text Example

White with #1992FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1992FA; }

 p { color: rgb(25,146,250); }

 H1.HeaderClassName
 {
   color: #1992FA;
 }
 .AnyTagClassName
 {
   color: #1992FA;
 }
</style>

background-color css

<style>
 a { background-color: #1992FA; }

 a { background-color: rgb(25,146,250); }

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

border-color css

<style>
 span { border-color: #1992FA; }

 span { border-color: rgb(25,146,250); }

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