Html Css Color HEX #1F81EB Dodger Blue

📋 copy color: '#1F81EB'

red 31 ◦ green 129 ◦ blue 235

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

Shades of Dodger Blue #1F81EB

Tints of Dodger Blue #1F81EB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.66%

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

R = 7.85%
G = 32.66%
B = 59.49%

CMYK

 C value IS 0.87

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1F81EB (or 0x1F81EB) is known color: Dodger Blue. HEX triplet: 1F, 81 and EB. RGB value is (31,129,235). Sum of RGB (Red+Green+Blue) = 31+129+235=395 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.85% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 235 (92.19% from 255 or 59.49% from 395); Max value from RGB is 235 - color contains mainly: blue. Hex color #1F81EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F81EB is #E07E14. Grayscale: #6F6F6F. Windows color (decimal): -14712341 or 15434015. OLE color: 15434015.

HSL color Cylindrical-coordinate representation of color #1F81EB: hue angle of 211.18º 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 #1F81EB is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 31 129 235 -
CMYK 0.87 0.45 0 0.08
HSL 211.18º 0.84% 0.52% -
HSV(B) 211.18º 0.87% 0.92% -
XYZ 23.41 21.99 81.61 -
YUV 111.78 197.53 70.38 -
System Red Green Blue C M Y K H S L
Decimal 31 129 235 0.87 0.45 0 0.08 211.18 0.84 0.52
Hex 1F 81 EB 57 2D 0 8 D3 54 34
Octal 37 201 353 127 55 0 10 323 124 64
Binary 11111 10000001 11101011 1010111 101101 0 1000 11010011 1010100 110100

Color Harmonies of #1F81EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F81EB

Black with #1F81EB

Text Example


Text Example

White with #1F81EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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