Html Css Color HEX #1C83ED Dodger Blue

📋 copy color: '#1C83ED'

red 28 ◦ green 131 ◦ blue 237

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

Shades of Dodger Blue #1C83ED

Tints of Dodger Blue #1C83ED

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.08%

 BLUE value IS 237 (92.97% from 255) = 59.85%

R = 7.07%
G = 33.08%
B = 59.85%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1C83ED (or 0x1C83ED) is known color: Dodger Blue. HEX triplet: 1C, 83 and ED. RGB value is (28,131,237). Sum of RGB (Red+Green+Blue) = 28+131+237=396 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.07% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #1C83ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C83ED is #E37C12. Grayscale: #6F6F6F. Windows color (decimal): -14908435 or 15565596. OLE color: 15565596.

HSL color Cylindrical-coordinate representation of color #1C83ED: hue angle of 210.43º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C83ED is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 28 131 237 -
CMYK 0.88 0.45 0 0.07
HSL 210.43º 0.85% 0.52% -
HSV(B) 210.43º 0.88% 0.93% -
XYZ 23.88 22.59 83.22 -
YUV 112.29 198.38 67.88 -
System Red Green Blue C M Y K H S L
Decimal 28 131 237 0.88 0.45 0 0.07 210.43 0.85 0.52
Hex 1C 83 ED 58 2D 0 7 D2 55 34
Octal 34 203 355 130 55 0 7 322 125 64
Binary 11100 10000011 11101101 1011000 101101 0 111 11010010 1010101 110100

Color Harmonies of #1C83ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C83ED

Black with #1C83ED

Text Example


Text Example

White with #1C83ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,131,237); }

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

background-color css

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

 a { background-color: rgb(28,131,237); }

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

border-color css

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

 span { border-color: rgb(28,131,237); }

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