Html Css Color HEX #1B7FF1 Dodger Blue

📋 copy color: '#1B7FF1'

red 27 ◦ green 127 ◦ blue 241

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

Shades of Dodger Blue #1B7FF1

Tints of Dodger Blue #1B7FF1

RGB

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

 GREEN value IS 127 (50% from 255) = 32.15%

 BLUE value IS 241 (94.53% from 255) = 61.01%

R = 6.84%
G = 32.15%
B = 61.01%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1B7FF1 (or 0x1B7FF1) is known color: Dodger Blue. HEX triplet: 1B, 7F and F1. RGB value is (27,127,241). Sum of RGB (Red+Green+Blue) = 27+127+241=395 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.84% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 241 (94.53% from 255 or 61.01% from 395); Max value from RGB is 241 - color contains mainly: blue. Hex color #1B7FF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B7FF1 is #E4800E. Grayscale: #6D6D6D. Windows color (decimal): -14974991 or 15826715. OLE color: 15826715.

HSL color Cylindrical-coordinate representation of color #1B7FF1: hue angle of 211.96º 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 #1B7FF1 is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 27 127 241 -
CMYK 0.89 0.47 0 0.05
HSL 211.96º 0.88% 0.53% -
HSV(B) 211.96º 0.89% 0.95% -
XYZ 23.92 21.76 86.16 -
YUV 110.1 201.87 68.73 -
System Red Green Blue C M Y K H S L
Decimal 27 127 241 0.89 0.47 0 0.05 211.96 0.88 0.53
Hex 1B 7F F1 59 2F 0 5 D4 58 35
Octal 33 177 361 131 57 0 5 324 130 65
Binary 11011 1111111 11110001 1011001 101111 0 101 11010100 1011000 110101

Color Harmonies of #1B7FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7FF1

Black with #1B7FF1

Text Example


Text Example

White with #1B7FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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