Html Css Color HEX #1B7FF5 Dodger Blue

📋 copy color: '#1B7FF5'

red 27 ◦ green 127 ◦ blue 245

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

Shades of Dodger Blue #1B7FF5

Tints of Dodger Blue #1B7FF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 61.4%

R = 6.77%
G = 31.83%
B = 61.4%

CMYK

 C value IS 0.89

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1B7FF5 (or 0x1B7FF5) is known color: Dodger Blue. HEX triplet: 1B, 7F and F5. RGB value is (27,127,245). Sum of RGB (Red+Green+Blue) = 27+127+245=399 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.77% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 245 (96.09% from 255 or 61.40% from 399); Max value from RGB is 245 - color contains mainly: blue. Hex color #1B7FF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B7FF5 is #E4800A. Grayscale: #6D6D6D. Windows color (decimal): -14974987 or 16088859. OLE color: 16088859.

HSL color Cylindrical-coordinate representation of color #1B7FF5: hue angle of 212.48º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B7FF5 is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 27 127 245 -
CMYK 0.89 0.48 0 0.04
HSL 212.48º 0.92% 0.53% -
HSV(B) 212.48º 0.89% 0.96% -
XYZ 24.52 22 89.34 -
YUV 110.55 203.87 68.41 -
System Red Green Blue C M Y K H S L
Decimal 27 127 245 0.89 0.48 0 0.04 212.48 0.92 0.53
Hex 1B 7F F5 59 30 0 4 D4 5C 35
Octal 33 177 365 131 60 0 4 324 134 65
Binary 11011 1111111 11110101 1011001 110000 0 100 11010100 1011100 110101

Color Harmonies of #1B7FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7FF5

Black with #1B7FF5

Text Example


Text Example

White with #1B7FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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