Html Css Color HEX #1C7EFF Dodger Blue

📋 copy color: '#1C7EFF'

red 28 ◦ green 126 ◦ blue 255

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

Shades of Dodger Blue #1C7EFF

Tints of Dodger Blue #1C7EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 62.35%

R = 6.85%
G = 30.81%
B = 62.35%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1C7EFF (or 0x1C7EFF) is known color: Dodger Blue. HEX triplet: 1C, 7E and FF. RGB value is (28,126,255). Sum of RGB (Red+Green+Blue) = 28+126+255=409 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.85% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #1C7EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C7EFF is #E38100. Grayscale: #6E6E6E. Windows color (decimal): -14909697 or 16743964. OLE color: 16743964.

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

Color convert

RGB 28 126 255 -
CMYK 0.89 0.51 0 0
HSL 214.1º 1% 0.55% -
HSV(B) 214.1º 0.89% 1% -
XYZ 25.99 22.39 97.56 -
YUV 111.4 209.03 68.51 -
System Red Green Blue C M Y K H S L
Decimal 28 126 255 0.89 0.51 0 0 214.1 1 0.55
Hex 1C 7E FF 59 33 0 0 D6 64 37
Octal 34 176 377 131 63 0 0 326 144 67
Binary 11100 1111110 11111111 1011001 110011 0 0 11010110 1100100 110111

Color Harmonies of #1C7EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7EFF

Black with #1C7EFF

Text Example


Text Example

White with #1C7EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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