#1B71F1

Color #1B71F1 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #1B71F1

Tints of Dodger Blue #1B71F1

Color information

#1B71F1 (or 0x1B71F1) is unknown color: approx Dodger Blue. HEX triplet: 1B, 71 and F1. RGB value is (27,113,241). Sum of RGB (Red+Green+Blue) = 27+113+241=381 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.09% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 241 (94.53% from 255 or 63.25% from 381); Max value from RGB is 241 - color contains mainly: blue. Hex color #1B71F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B71F1 is #E48E0E. Grayscale: #656565. Windows color (decimal): -14978575 or 15823131. OLE color: 15823131.

HSL color Cylindrical-coordinate representation of color #1B71F1: hue angle of 215.89º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B71F1 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB27113241-
CMYK0.890.5300.05
HSL215.89º88.43%52.55%-
HSV(B)215.89º88.8%94.51%-
XYZ22.2318.3985.6-
YUV101.88206.5174.59-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.09%
GREEN value IS 113 (44.53% from 255) = 29.66%
BLUE value IS 241 (94.53% from 255) = 63.25%
R=7.09%
G=29.66%
B=63.25%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal271132410.890.5300.05215.8988.4352.55
Hex1B71F1593505d85835
Octal33161361131650533013065
Binary1101111100011111000110110011101010101110110001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B71F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,113,241); }

 H1.HeaderClassName
 {
   color: #1B71F1;
 }
 .AnyTagClassName
 {
   color: #1B71F1;
 }
</style>
background-color css

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

 a { background-color: rgb(27,113,241); }

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

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

 span { border-color: rgb(27,113,241); }

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