Html Css Color HEX #2183EA Dodger Blue

📋 copy color: '#2183EA'

red 33 ◦ green 131 ◦ blue 234

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

Shades of Dodger Blue #2183EA

Tints of Dodger Blue #2183EA

RGB

 RED value IS 33 (13.28% from 255) = 8.29%

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

 BLUE value IS 234 (91.8% from 255) = 58.79%

R = 8.29%
G = 32.91%
B = 58.79%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2183EA (or 0x2183EA) is known color: Dodger Blue. HEX triplet: 21, 83 and EA. RGB value is (33,131,234). Sum of RGB (Red+Green+Blue) = 33+131+234=398 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.29% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #2183EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2183EA is #DE7C15. Grayscale: #707070. Windows color (decimal): -14580758 or 15368993. OLE color: 15368993.

HSL color Cylindrical-coordinate representation of color #2183EA: hue angle of 210.75º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2183EA is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 33 131 234 -
CMYK 0.86 0.44 0 0.08
HSL 210.75º 0.83% 0.52% -
HSV(B) 210.75º 0.86% 0.92% -
XYZ 23.59 22.5 80.94 -
YUV 113.44 196.03 70.62 -
System Red Green Blue C M Y K H S L
Decimal 33 131 234 0.86 0.44 0 0.08 210.75 0.83 0.52
Hex 21 83 EA 56 2C 0 8 D3 53 34
Octal 41 203 352 126 54 0 10 323 123 64
Binary 100001 10000011 11101010 1010110 101100 0 1000 11010011 1010011 110100

Color Harmonies of #2183EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2183EA

Black with #2183EA

Text Example


Text Example

White with #2183EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2183EA; }

 p { color: rgb(33,131,234); }

 H1.HeaderClassName
 {
   color: #2183EA;
 }
 .AnyTagClassName
 {
   color: #2183EA;
 }
</style>

background-color css

<style>
 a { background-color: #2183EA; }

 a { background-color: rgb(33,131,234); }

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

border-color css

<style>
 span { border-color: #2183EA; }

 span { border-color: rgb(33,131,234); }

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