Html Css Color HEX #1B7DFB Dodger Blue

📋 copy color: '#1B7DFB'

red 27 ◦ green 125 ◦ blue 251

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

Shades of Dodger Blue #1B7DFB

Tints of Dodger Blue #1B7DFB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.02%

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

R = 6.7%
G = 31.02%
B = 62.28%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1B7DFB (or 0x1B7DFB) is known color: Dodger Blue. HEX triplet: 1B, 7D and FB. RGB value is (27,125,251). Sum of RGB (Red+Green+Blue) = 27+125+251=403 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.70% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 251 (98.44% from 255 or 62.28% from 403); Max value from RGB is 251 - color contains mainly: blue. Hex color #1B7DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B7DFB is #E48204. Grayscale: #6D6D6D. Windows color (decimal): -14975493 or 16481563. OLE color: 16481563.

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

Color convert

RGB 27 125 251 -
CMYK 0.89 0.50 0 0.02
HSL 213.75º 0.97% 0.55% -
HSV(B) 213.75º 0.89% 0.98% -
XYZ 25.2 21.87 94.16 -
YUV 110.06 207.53 68.75 -
System Red Green Blue C M Y K H S L
Decimal 27 125 251 0.89 0.50 0 0.02 213.75 0.97 0.55
Hex 1B 7D FB 59 32 0 2 D6 61 37
Octal 33 175 373 131 62 0 2 326 141 67
Binary 11011 1111101 11111011 1011001 110010 0 10 11010110 1100001 110111

Color Harmonies of #1B7DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7DFB

Black with #1B7DFB

Text Example


Text Example

White with #1B7DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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