Html Css Color HEX #1F8BEB Dodger Blue

📋 copy color: '#1F8BEB'

red 31 ◦ green 139 ◦ blue 235

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

Shades of Dodger Blue #1F8BEB

Tints of Dodger Blue #1F8BEB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.32%

 BLUE value IS 235 (92.19% from 255) = 58.02%

R = 7.65%
G = 34.32%
B = 58.02%

CMYK

 C value IS 0.87

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1F8BEB (or 0x1F8BEB) is known color: Dodger Blue. HEX triplet: 1F, 8B and EB. RGB value is (31,139,235). Sum of RGB (Red+Green+Blue) = 31+139+235=405 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.65% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 235 (92.19% from 255 or 58.02% from 405); Max value from RGB is 235 - color contains mainly: blue. Hex color #1F8BEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F8BEB is #E07414. Grayscale: #757575. Windows color (decimal): -14709781 or 15436575. OLE color: 15436575.

HSL color Cylindrical-coordinate representation of color #1F8BEB: hue angle of 208.24º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F8BEB is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 31 139 235 -
CMYK 0.87 0.41 0 0.08
HSL 208.24º 0.84% 0.52% -
HSV(B) 208.24º 0.87% 0.92% -
XYZ 24.79 24.75 82.07 -
YUV 117.65 194.22 66.19 -
System Red Green Blue C M Y K H S L
Decimal 31 139 235 0.87 0.41 0 0.08 208.24 0.84 0.52
Hex 1F 8B EB 57 29 0 8 D0 54 34
Octal 37 213 353 127 51 0 10 320 124 64
Binary 11111 10001011 11101011 1010111 101001 0 1000 11010000 1010100 110100

Color Harmonies of #1F8BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8BEB

Black with #1F8BEB

Text Example


Text Example

White with #1F8BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,139,235); }

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

background-color css

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

 a { background-color: rgb(31,139,235); }

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

border-color css

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

 span { border-color: rgb(31,139,235); }

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