Html Css Color HEX #1F9AE1 Dodger Blue

📋 copy color: '#1F9AE1'

red 31 ◦ green 154 ◦ blue 225

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

Shades of Dodger Blue #1F9AE1

Tints of Dodger Blue #1F9AE1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.56%

 BLUE value IS 225 (88.28% from 255) = 54.88%

R = 7.56%
G = 37.56%
B = 54.88%

CMYK

 C value IS 0.86

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1F9AE1 (or 0x1F9AE1) is known color: Dodger Blue. HEX triplet: 1F, 9A and E1. RGB value is (31,154,225). Sum of RGB (Red+Green+Blue) = 31+154+225=410 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.56% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 225 (88.28% from 255 or 54.88% from 410); Max value from RGB is 225 - color contains mainly: blue. Hex color #1F9AE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F9AE1 is #E0651E. Grayscale: #7C7C7C. Windows color (decimal): -14705951 or 14785055. OLE color: 14785055.

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

Color convert

RGB 31 154 225 -
CMYK 0.86 0.32 0 0.12
HSL 201.96º 0.76% 0.5% -
HSV(B) 201.96º 0.86% 0.88% -
XYZ 25.71 28.84 75.45 -
YUV 125.32 184.25 60.73 -
System Red Green Blue C M Y K H S L
Decimal 31 154 225 0.86 0.32 0 0.12 201.96 0.76 0.5
Hex 1F 9A E1 56 20 0 C CA 4C 32
Octal 37 232 341 126 40 0 14 312 114 62
Binary 11111 10011010 11100001 1010110 100000 0 1100 11001010 1001100 110010

Color Harmonies of #1F9AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9AE1

Black with #1F9AE1

Text Example


Text Example

White with #1F9AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,154,225); }

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

background-color css

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

 a { background-color: rgb(31,154,225); }

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

border-color css

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

 span { border-color: rgb(31,154,225); }

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