Html Css Color HEX #1C83EF Dodger Blue

📋 copy color: '#1C83EF'

red 28 ◦ green 131 ◦ blue 239

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

Shades of Dodger Blue #1C83EF

Tints of Dodger Blue #1C83EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.05%

R = 7.04%
G = 32.91%
B = 60.05%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1C83EF (or 0x1C83EF) is known color: Dodger Blue. HEX triplet: 1C, 83 and EF. RGB value is (28,131,239). Sum of RGB (Red+Green+Blue) = 28+131+239=398 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.04% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #1C83EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C83EF is #E37C10. Grayscale: #6F6F6F. Windows color (decimal): -14908433 or 15696668. OLE color: 15696668.

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

Color convert

RGB 28 131 239 -
CMYK 0.88 0.45 0 0.06
HSL 210.71º 0.87% 0.52% -
HSV(B) 210.71º 0.88% 0.94% -
XYZ 24.18 22.71 84.77 -
YUV 112.52 199.38 67.72 -
System Red Green Blue C M Y K H S L
Decimal 28 131 239 0.88 0.45 0 0.06 210.71 0.87 0.52
Hex 1C 83 EF 58 2D 0 6 D3 57 34
Octal 34 203 357 130 55 0 6 323 127 64
Binary 11100 10000011 11101111 1011000 101101 0 110 11010011 1010111 110100

Color Harmonies of #1C83EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C83EF

Black with #1C83EF

Text Example


Text Example

White with #1C83EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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