Html Css Color HEX #1B71FF Dodger Blue

📋 copy color: '#1B71FF'

red 27 ◦ green 113 ◦ blue 255

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

Shades of Dodger Blue #1B71FF

Tints of Dodger Blue #1B71FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 64.56%

R = 6.84%
G = 28.61%
B = 64.56%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1B71FF (or 0x1B71FF) is known color: Dodger Blue. HEX triplet: 1B, 71 and FF. RGB value is (27,113,255). Sum of RGB (Red+Green+Blue) = 27+113+255=395 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.84% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B71FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B71FF is #E48E00. Grayscale: #666666. Windows color (decimal): -14978561 or 16740635. OLE color: 16740635.

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

Color convert

RGB 27 113 255 -
CMYK 0.89 0.56 0 0
HSL 217.37º 1% 0.55% -
HSV(B) 217.37º 0.89% 1% -
XYZ 24.41 19.26 97.04 -
YUV 103.47 213.51 73.45 -
System Red Green Blue C M Y K H S L
Decimal 27 113 255 0.89 0.56 0 0 217.37 1 0.55
Hex 1B 71 FF 59 38 0 0 D9 64 37
Octal 33 161 377 131 70 0 0 331 144 67
Binary 11011 1110001 11111111 1011001 111000 0 0 11011001 1100100 110111

Color Harmonies of #1B71FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B71FF

Black with #1B71FF

Text Example


Text Example

White with #1B71FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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