Html Css Color HEX #1B71FB Dodger Blue

📋 copy color: '#1B71FB'

red 27 ◦ green 113 ◦ blue 251

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

Shades of Dodger Blue #1B71FB

Tints of Dodger Blue #1B71FB

RGB

 RED value IS 27 (10.94% from 255) = 6.91%

 GREEN value IS 113 (44.53% from 255) = 28.9%

 BLUE value IS 251 (98.44% from 255) = 64.19%

R = 6.91%
G = 28.9%
B = 64.19%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1B71FB (or 0x1B71FB) is known color: Dodger Blue. HEX triplet: 1B, 71 and FB. RGB value is (27,113,251). Sum of RGB (Red+Green+Blue) = 27+113+251=391 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.91% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #1B71FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B71FB is #E48E04. Grayscale: #666666. Windows color (decimal): -14978565 or 16478491. OLE color: 16478491.

HSL color Cylindrical-coordinate representation of color #1B71FB: hue angle of 216.96º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B71FB is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 27 113 251 -
CMYK 0.89 0.55 0 0.02
HSL 216.96º 0.97% 0.55% -
HSV(B) 216.96º 0.89% 0.98% -
XYZ 23.77 19.01 93.68 -
YUV 103.02 211.51 73.78 -
System Red Green Blue C M Y K H S L
Decimal 27 113 251 0.89 0.55 0 0.02 216.96 0.97 0.55
Hex 1B 71 FB 59 37 0 2 D9 61 37
Octal 33 161 373 131 67 0 2 331 141 67
Binary 11011 1110001 11111011 1011001 110111 0 10 11011001 1100001 110111

Color Harmonies of #1B71FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B71FB

Black with #1B71FB

Text Example


Text Example

White with #1B71FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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