Html Css Color HEX #1992FB Dodger Blue

📋 copy color: '#1992FB'

red 25 ◦ green 146 ◦ blue 251

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

Shades of Dodger Blue #1992FB

Tints of Dodger Blue #1992FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 59.48%

R = 5.92%
G = 34.6%
B = 59.48%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1992FB (or 0x1992FB) is known color: Dodger Blue. HEX triplet: 19, 92 and FB. RGB value is (25,146,251). Sum of RGB (Red+Green+Blue) = 25+146+251=422 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.92% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 251 (98.44% from 255 or 59.48% from 422); Max value from RGB is 251 - color contains mainly: blue. Hex color #1992FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1992FB is #E66D04. Grayscale: #797979. Windows color (decimal): -15101189 or 16486937. OLE color: 16486937.

HSL color Cylindrical-coordinate representation of color #1992FB: hue angle of 207.88º degrees, saturation: 0.97, 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 #1992FB is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 146 251 -
CMYK 0.90 0.42 0 0.02
HSL 207.88º 0.97% 0.54% -
HSV(B) 207.88º 0.9% 0.98% -
XYZ 28.09 27.73 95.14 -
YUV 121.79 200.91 58.96 -
System Red Green Blue C M Y K H S L
Decimal 25 146 251 0.90 0.42 0 0.02 207.88 0.97 0.54
Hex 19 92 FB 5A 2A 0 2 D0 61 36
Octal 31 222 373 132 52 0 2 320 141 66
Binary 11001 10010010 11111011 1011010 101010 0 10 11010000 1100001 110110

Color Harmonies of #1992FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1992FB

Black with #1992FB

Text Example


Text Example

White with #1992FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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