Html Css Color HEX #2380DF Dodger Blue

📋 copy color: '#2380DF'

red 35 ◦ green 128 ◦ blue 223

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

Shades of Dodger Blue #2380DF

Tints of Dodger Blue #2380DF

RGB

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

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

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

R = 9.07%
G = 33.16%
B = 57.77%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2380DF (or 0x2380DF) is known color: Dodger Blue. HEX triplet: 23, 80 and DF. RGB value is (35,128,223). Sum of RGB (Red+Green+Blue) = 35+128+223=386 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.07% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #2380DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2380DF is #DC7F20. Grayscale: #6E6E6E. Windows color (decimal): -14450465 or 14647331. OLE color: 14647331.

HSL color Cylindrical-coordinate representation of color #2380DF: hue angle of 210.32º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2380DF is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 128 223 -
CMYK 0.84 0.43 0 0.13
HSL 210.32º 0.75% 0.51% -
HSV(B) 210.32º 0.84% 0.87% -
XYZ 21.73 21.12 72.74 -
YUV 111.02 191.19 73.78 -
System Red Green Blue C M Y K H S L
Decimal 35 128 223 0.84 0.43 0 0.13 210.32 0.75 0.51
Hex 23 80 DF 54 2B 0 D D2 4B 33
Octal 43 200 337 124 53 0 15 322 113 63
Binary 100011 10000000 11011111 1010100 101011 0 1101 11010010 1001011 110011

Color Harmonies of #2380DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2380DF

Black with #2380DF

Text Example


Text Example

White with #2380DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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