Html Css Color HEX #1C7BDF Dodger Blue

📋 copy color: '#1C7BDF'

red 28 ◦ green 123 ◦ blue 223

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

Shades of Dodger Blue #1C7BDF

Tints of Dodger Blue #1C7BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.63%

R = 7.49%
G = 32.89%
B = 59.63%

CMYK

 C value IS 0.87

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1C7BDF (or 0x1C7BDF) is known color: Dodger Blue. HEX triplet: 1C, 7B and DF. RGB value is (28,123,223). Sum of RGB (Red+Green+Blue) = 28+123+223=374 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.49% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #1C7BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C7BDF is #E38420. Grayscale: #696969. Windows color (decimal): -14910497 or 14646044. OLE color: 14646044.

HSL color Cylindrical-coordinate representation of color #1C7BDF: hue angle of 210.77º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C7BDF is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 28 123 223 -
CMYK 0.87 0.45 0 0.13
HSL 210.77º 0.78% 0.49% -
HSV(B) 210.77º 0.87% 0.87% -
XYZ 20.88 19.74 72.52 -
YUV 106 194.03 72.37 -
System Red Green Blue C M Y K H S L
Decimal 28 123 223 0.87 0.45 0 0.13 210.77 0.78 0.49
Hex 1C 7B DF 57 2D 0 D D3 4E 31
Octal 34 173 337 127 55 0 15 323 116 61
Binary 11100 1111011 11011111 1010111 101101 0 1101 11010011 1001110 110001

Color Harmonies of #1C7BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7BDF

Black with #1C7BDF

Text Example


Text Example

White with #1C7BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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