Html Css Color HEX #1C7BFE Dodger Blue

📋 copy color: '#1C7BFE'

red 28 ◦ green 123 ◦ blue 254

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

Shades of Dodger Blue #1C7BFE

Tints of Dodger Blue #1C7BFE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.37%

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

R = 6.91%
G = 30.37%
B = 62.72%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1C7BFE (or 0x1C7BFE) is known color: Dodger Blue. HEX triplet: 1C, 7B and FE. RGB value is (28,123,254). Sum of RGB (Red+Green+Blue) = 28+123+254=405 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.91% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #1C7BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C7BFE is #E38401. Grayscale: #6C6C6C. Windows color (decimal): -14910466 or 16677660. OLE color: 16677660.

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

Color convert

RGB 28 123 254 -
CMYK 0.89 0.52 0 0.00
HSL 214.78º 0.99% 0.55% -
HSV(B) 214.78º 0.89% 1% -
XYZ 25.45 21.57 96.59 -
YUV 109.53 209.53 69.85 -
System Red Green Blue C M Y K H S L
Decimal 28 123 254 0.89 0.52 0 0.00 214.78 0.99 0.55
Hex 1C 7B FE 59 34 0 0 D7 63 37
Octal 34 173 376 131 64 0 0 327 143 67
Binary 11100 1111011 11111110 1011001 110100 0 0 11010111 1100011 110111

Color Harmonies of #1C7BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7BFE

Black with #1C7BFE

Text Example


Text Example

White with #1C7BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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