Html Css Color HEX #1F89EF Dodger Blue

📋 copy color: '#1F89EF'

red 31 ◦ green 137 ◦ blue 239

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

Shades of Dodger Blue #1F89EF

Tints of Dodger Blue #1F89EF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.66%

 BLUE value IS 239 (93.75% from 255) = 58.72%

R = 7.62%
G = 33.66%
B = 58.72%

CMYK

 C value IS 0.87

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1F89EF (or 0x1F89EF) is known color: Dodger Blue. HEX triplet: 1F, 89 and EF. RGB value is (31,137,239). Sum of RGB (Red+Green+Blue) = 31+137+239=407 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.62% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 239 (93.75% from 255 or 58.72% from 407); Max value from RGB is 239 - color contains mainly: blue. Hex color #1F89EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F89EF is #E07610. Grayscale: #747474. Windows color (decimal): -14710289 or 15698207. OLE color: 15698207.

HSL color Cylindrical-coordinate representation of color #1F89EF: hue angle of 209.42º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F89EF is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 31 137 239 -
CMYK 0.87 0.43 0 0.06
HSL 209.42º 0.87% 0.53% -
HSV(B) 209.42º 0.87% 0.94% -
XYZ 25.09 24.41 85.05 -
YUV 116.93 196.88 66.71 -
System Red Green Blue C M Y K H S L
Decimal 31 137 239 0.87 0.43 0 0.06 209.42 0.87 0.53
Hex 1F 89 EF 57 2B 0 6 D1 57 35
Octal 37 211 357 127 53 0 6 321 127 65
Binary 11111 10001001 11101111 1010111 101011 0 110 11010001 1010111 110101

Color Harmonies of #1F89EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F89EF

Black with #1F89EF

Text Example


Text Example

White with #1F89EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,137,239); }

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

background-color css

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

 a { background-color: rgb(31,137,239); }

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

border-color css

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

 span { border-color: rgb(31,137,239); }

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