Html Css Color HEX #1F97DE Dodger Blue

📋 copy color: '#1F97DE'

red 31 ◦ green 151 ◦ blue 222

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

Shades of Dodger Blue #1F97DE

Tints of Dodger Blue #1F97DE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.38%

 BLUE value IS 222 (87.11% from 255) = 54.95%

R = 7.67%
G = 37.38%
B = 54.95%

CMYK

 C value IS 0.86

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F97DE (or 0x1F97DE) is known color: Dodger Blue. HEX triplet: 1F, 97 and DE. RGB value is (31,151,222). Sum of RGB (Red+Green+Blue) = 31+151+222=404 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.67% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 222 (87.11% from 255 or 54.95% from 404); Max value from RGB is 222 - color contains mainly: blue. Hex color #1F97DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F97DE is #E06821. Grayscale: #7A7A7A. Windows color (decimal): -14706722 or 14587679. OLE color: 14587679.

HSL color Cylindrical-coordinate representation of color #1F97DE: hue angle of 202.3º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F97DE is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 31 151 222 -
CMYK 0.86 0.32 0 0.13
HSL 202.3º 0.75% 0.5% -
HSV(B) 202.3º 0.86% 0.87% -
XYZ 24.82 27.7 73.15 -
YUV 123.21 183.74 62.23 -
System Red Green Blue C M Y K H S L
Decimal 31 151 222 0.86 0.32 0 0.13 202.3 0.75 0.5
Hex 1F 97 DE 56 20 0 D CA 4B 32
Octal 37 227 336 126 40 0 15 312 113 62
Binary 11111 10010111 11011110 1010110 100000 0 1101 11001010 1001011 110010

Color Harmonies of #1F97DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F97DE

Black with #1F97DE

Text Example


Text Example

White with #1F97DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,151,222); }

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

background-color css

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

 a { background-color: rgb(31,151,222); }

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

border-color css

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

 span { border-color: rgb(31,151,222); }

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