Html Css Color HEX #2380ED Dodger Blue

📋 copy color: '#2380ED'

red 35 ◦ green 128 ◦ blue 237

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

Shades of Dodger Blue #2380ED

Tints of Dodger Blue #2380ED

RGB

 RED value IS 35 (14.06% from 255) = 8.75%

 GREEN value IS 128 (50.39% from 255) = 32%

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

R = 8.75%
G = 32%
B = 59.25%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2380ED (or 0x2380ED) is known color: Dodger Blue. HEX triplet: 23, 80 and ED. RGB value is (35,128,237). Sum of RGB (Red+Green+Blue) = 35+128+237=400 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.75% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #2380ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2380ED is #DC7F12. Grayscale: #707070. Windows color (decimal): -14450451 or 15564835. OLE color: 15564835.

HSL color Cylindrical-coordinate representation of color #2380ED: hue angle of 212.38º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2380ED is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 128 237 -
CMYK 0.85 0.46 0 0.07
HSL 212.38º 0.85% 0.53% -
HSV(B) 212.38º 0.85% 0.93% -
XYZ 23.7 21.91 83.1 -
YUV 112.62 198.19 72.64 -
System Red Green Blue C M Y K H S L
Decimal 35 128 237 0.85 0.46 0 0.07 212.38 0.85 0.53
Hex 23 80 ED 55 2E 0 7 D4 55 35
Octal 43 200 355 125 56 0 7 324 125 65
Binary 100011 10000000 11101101 1010101 101110 0 111 11010100 1010101 110101

Color Harmonies of #2380ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2380ED

Black with #2380ED

Text Example


Text Example

White with #2380ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2380ED; }

 p { color: rgb(35,128,237); }

 H1.HeaderClassName
 {
   color: #2380ED;
 }
 .AnyTagClassName
 {
   color: #2380ED;
 }
</style>

background-color css

<style>
 a { background-color: #2380ED; }

 a { background-color: rgb(35,128,237); }

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

border-color css

<style>
 span { border-color: #2380ED; }

 span { border-color: rgb(35,128,237); }

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