Html Css Color HEX #1F93DA Dodger Blue

📋 copy color: '#1F93DA'

red 31 ◦ green 147 ◦ blue 218

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

Shades of Dodger Blue #1F93DA

Tints of Dodger Blue #1F93DA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.12%

 BLUE value IS 218 (85.55% from 255) = 55.05%

R = 7.83%
G = 37.12%
B = 55.05%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1F93DA (or 0x1F93DA) is known color: Dodger Blue. HEX triplet: 1F, 93 and DA. RGB value is (31,147,218). Sum of RGB (Red+Green+Blue) = 31+147+218=396 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.83% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #1F93DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F93DA is #E06C25. Grayscale: #787878. Windows color (decimal): -14707750 or 14324511. OLE color: 14324511.

HSL color Cylindrical-coordinate representation of color #1F93DA: hue angle of 202.78º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F93DA is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 31 147 218 -
CMYK 0.86 0.33 0 0.15
HSL 202.78º 0.75% 0.49% -
HSV(B) 202.78º 0.86% 0.85% -
XYZ 23.65 26.22 70.14 -
YUV 120.41 183.07 64.23 -
System Red Green Blue C M Y K H S L
Decimal 31 147 218 0.86 0.33 0 0.15 202.78 0.75 0.49
Hex 1F 93 DA 56 21 0 F CB 4B 31
Octal 37 223 332 126 41 0 17 313 113 61
Binary 11111 10010011 11011010 1010110 100001 0 1111 11001011 1001011 110001

Color Harmonies of #1F93DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F93DA

Black with #1F93DA

Text Example


Text Example

White with #1F93DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,147,218); }

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

background-color css

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

 a { background-color: rgb(31,147,218); }

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

border-color css

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

 span { border-color: rgb(31,147,218); }

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