Html Css Color HEX #1C7EFB Dodger Blue

📋 copy color: '#1C7EFB'

red 28 ◦ green 126 ◦ blue 251

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

Shades of Dodger Blue #1C7EFB

Tints of Dodger Blue #1C7EFB

RGB

 RED value IS 28 (11.33% from 255) = 6.91%

 GREEN value IS 126 (49.61% from 255) = 31.11%

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

R = 6.91%
G = 31.11%
B = 61.98%

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

#1C7EFB (or 0x1C7EFB) is known color: Dodger Blue. HEX triplet: 1C, 7E and FB. RGB value is (28,126,251). Sum of RGB (Red+Green+Blue) = 28+126+251=405 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.91% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 251 (98.44% from 255 or 61.98% from 405); Max value from RGB is 251 - color contains mainly: blue. Hex color #1C7EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C7EFB is #E38104. Grayscale: #6E6E6E. Windows color (decimal): -14909701 or 16481820. OLE color: 16481820.

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

Color convert

RGB 28 126 251 -
CMYK 0.89 0.50 0 0.02
HSL 213.63º 0.97% 0.55% -
HSV(B) 213.63º 0.89% 0.98% -
XYZ 25.35 22.13 94.2 -
YUV 110.95 207.03 68.84 -
System Red Green Blue C M Y K H S L
Decimal 28 126 251 0.89 0.50 0 0.02 213.63 0.97 0.55
Hex 1C 7E FB 59 32 0 2 D6 61 37
Octal 34 176 373 131 62 0 2 326 141 67
Binary 11100 1111110 11111011 1011001 110010 0 10 11010110 1100001 110111

Color Harmonies of #1C7EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7EFB

Black with #1C7EFB

Text Example


Text Example

White with #1C7EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,126,251); }

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

background-color css

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

 a { background-color: rgb(28,126,251); }

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

border-color css

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

 span { border-color: rgb(28,126,251); }

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