Html Css Color HEX #1B7DFC Dodger Blue

📋 copy color: '#1B7DFC'

red 27 ◦ green 125 ◦ blue 252

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

Shades of Dodger Blue #1B7DFC

Tints of Dodger Blue #1B7DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 62.38%

R = 6.68%
G = 30.94%
B = 62.38%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1B7DFC (or 0x1B7DFC) is known color: Dodger Blue. HEX triplet: 1B, 7D and FC. RGB value is (27,125,252). Sum of RGB (Red+Green+Blue) = 27+125+252=404 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.68% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 252 (98.83% from 255 or 62.38% from 404); Max value from RGB is 252 - color contains mainly: blue. Hex color #1B7DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B7DFC is #E48203. Grayscale: #6D6D6D. Windows color (decimal): -14975492 or 16547099. OLE color: 16547099.

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

Color convert

RGB 27 125 252 -
CMYK 0.89 0.50 0 0.01
HSL 213.87º 0.97% 0.55% -
HSV(B) 213.87º 0.89% 0.99% -
XYZ 25.36 21.93 94.99 -
YUV 110.18 208.03 68.67 -
System Red Green Blue C M Y K H S L
Decimal 27 125 252 0.89 0.50 0 0.01 213.87 0.97 0.55
Hex 1B 7D FC 59 32 0 1 D6 61 37
Octal 33 175 374 131 62 0 1 326 141 67
Binary 11011 1111101 11111100 1011001 110010 0 1 11010110 1100001 110111

Color Harmonies of #1B7DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7DFC

Black with #1B7DFC

Text Example


Text Example

White with #1B7DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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