Html Css Color HEX #2380AD Scooter

📋 copy color: '#2380AD'

red 35 ◦ green 128 ◦ blue 173

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

Shades of Scooter #2380AD

Tints of Scooter #2380AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.49%

R = 10.42%
G = 38.1%
B = 51.49%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2380AD (or 0x2380AD) is known color: Scooter. HEX triplet: 23, 80 and AD. RGB value is (35,128,173). Sum of RGB (Red+Green+Blue) = 35+128+173=336 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.42% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #2380AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2380AD is #DC7F52. Grayscale: #696969. Windows color (decimal): -14450515 or 11370531. OLE color: 11370531.

HSL color Cylindrical-coordinate representation of color #2380AD: hue angle of 199.57º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2380AD is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 35 128 173 -
CMYK 0.80 0.26 0 0.32
HSL 199.57º 0.66% 0.41% -
HSV(B) 199.57º 0.8% 0.68% -
XYZ 15.96 18.81 42.33 -
YUV 105.32 166.19 77.84 -
System Red Green Blue C M Y K H S L
Decimal 35 128 173 0.80 0.26 0 0.32 199.57 0.66 0.41
Hex 23 80 AD 50 1A 0 20 C8 42 29
Octal 43 200 255 120 32 0 40 310 102 51
Binary 100011 10000000 10101101 1010000 11010 0 100000 11001000 1000010 101001

Color Harmonies of #2380AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2380AD

Black with #2380AD

Text Example


Text Example

White with #2380AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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