Html Css Color HEX #1FADFF Dodger Blue

📋 copy color: '#1FADFF'

red 31 ◦ green 173 ◦ blue 255

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

Shades of Dodger Blue #1FADFF

Tints of Dodger Blue #1FADFF

RGB

 RED value IS 31 (12.5% from 255) = 6.75%

 GREEN value IS 173 (67.97% from 255) = 37.69%

 BLUE value IS 255 (100% from 255) = 55.56%

R = 6.75%
G = 37.69%
B = 55.56%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1FADFF (or 0x1FADFF) is known color: Dodger Blue. HEX triplet: 1F, AD and FF. RGB value is (31,173,255). Sum of RGB (Red+Green+Blue) = 31+173+255=459 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.75% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FADFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FADFF is #E05200. Grayscale: #8B8B8B. Windows color (decimal): -14701057 or 16755999. OLE color: 16755999.

HSL color Cylindrical-coordinate representation of color #1FADFF: hue angle of 201.96º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FADFF is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 31 173 255 -
CMYK 0.88 0.32 0 0
HSL 201.96º 1% 0.56% -
HSV(B) 201.96º 0.88% 1% -
XYZ 33.56 37.4 100.06 -
YUV 139.89 192.96 50.33 -
System Red Green Blue C M Y K H S L
Decimal 31 173 255 0.88 0.32 0 0 201.96 1 0.56
Hex 1F AD FF 58 20 0 0 CA 64 38
Octal 37 255 377 130 40 0 0 312 144 70
Binary 11111 10101101 11111111 1011000 100000 0 0 11001010 1100100 111000

Color Harmonies of #1FADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FADFF

Black with #1FADFF

Text Example


Text Example

White with #1FADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FADFF; }

 p { color: rgb(31,173,255); }

 H1.HeaderClassName
 {
   color: #1FADFF;
 }
 .AnyTagClassName
 {
   color: #1FADFF;
 }
</style>

background-color css

<style>
 a { background-color: #1FADFF; }

 a { background-color: rgb(31,173,255); }

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

border-color css

<style>
 span { border-color: #1FADFF; }

 span { border-color: rgb(31,173,255); }

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