Html Css Color HEX #1C7BEB Dodger Blue

📋 copy color: '#1C7BEB'

red 28 ◦ green 123 ◦ blue 235

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

Shades of Dodger Blue #1C7BEB

Tints of Dodger Blue #1C7BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 60.88%

R = 7.25%
G = 31.87%
B = 60.88%

CMYK

 C value IS 0.88

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1C7BEB (or 0x1C7BEB) is known color: Dodger Blue. HEX triplet: 1C, 7B and EB. RGB value is (28,123,235). Sum of RGB (Red+Green+Blue) = 28+123+235=386 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.25% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #1C7BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C7BEB is #E38414. Grayscale: #6A6A6A. Windows color (decimal): -14910485 or 15432476. OLE color: 15432476.

HSL color Cylindrical-coordinate representation of color #1C7BEB: hue angle of 212.46º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C7BEB is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 28 123 235 -
CMYK 0.88 0.48 0 0.08
HSL 212.46º 0.84% 0.52% -
HSV(B) 212.46º 0.88% 0.92% -
XYZ 22.56 20.41 81.35 -
YUV 107.36 200.03 71.39 -
System Red Green Blue C M Y K H S L
Decimal 28 123 235 0.88 0.48 0 0.08 212.46 0.84 0.52
Hex 1C 7B EB 58 30 0 8 D4 54 34
Octal 34 173 353 130 60 0 10 324 124 64
Binary 11100 1111011 11101011 1011000 110000 0 1000 11010100 1010100 110100

Color Harmonies of #1C7BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7BEB

Black with #1C7BEB

Text Example


Text Example

White with #1C7BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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