Html Css Color HEX #1C7FFE Dodger Blue

📋 copy color: '#1C7FFE'

red 28 ◦ green 127 ◦ blue 254

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

Shades of Dodger Blue #1C7FFE

Tints of Dodger Blue #1C7FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 62.1%

R = 6.85%
G = 31.05%
B = 62.1%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1C7FFE (or 0x1C7FFE) is known color: Dodger Blue. HEX triplet: 1C, 7F and FE. RGB value is (28,127,254). Sum of RGB (Red+Green+Blue) = 28+127+254=409 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.85% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #1C7FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C7FFE is #E38001. Grayscale: #6F6F6F. Windows color (decimal): -14909442 or 16678684. OLE color: 16678684.

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

Color convert

RGB 28 127 254 -
CMYK 0.89 0.50 0 0.00
HSL 213.72º 0.99% 0.55% -
HSV(B) 213.72º 0.89% 1% -
XYZ 25.96 22.58 96.76 -
YUV 111.88 208.2 68.17 -
System Red Green Blue C M Y K H S L
Decimal 28 127 254 0.89 0.50 0 0.00 213.72 0.99 0.55
Hex 1C 7F FE 59 32 0 0 D6 63 37
Octal 34 177 376 131 62 0 0 326 143 67
Binary 11100 1111111 11111110 1011001 110010 0 0 11010110 1100011 110111

Color Harmonies of #1C7FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7FFE

Black with #1C7FFE

Text Example


Text Example

White with #1C7FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,127,254); }

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

background-color css

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

 a { background-color: rgb(28,127,254); }

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

border-color css

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

 span { border-color: rgb(28,127,254); }

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