Html Css Color HEX #2380C9 Curious Blue

📋 copy color: '#2380C9'

red 35 ◦ green 128 ◦ blue 201

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

Shades of Curious Blue #2380C9

Tints of Curious Blue #2380C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 55.22%

R = 9.62%
G = 35.16%
B = 55.22%

CMYK

 C value IS 0.83

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2380C9 (or 0x2380C9) is known color: Curious Blue. HEX triplet: 23, 80 and C9. RGB value is (35,128,201). Sum of RGB (Red+Green+Blue) = 35+128+201=364 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.62% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 201 (78.91% from 255 or 55.22% from 364); Max value from RGB is 201 - color contains mainly: blue. Hex color #2380C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2380C9 is #DC7F36. Grayscale: #6C6C6C. Windows color (decimal): -14450487 or 13205539. OLE color: 13205539.

HSL color Cylindrical-coordinate representation of color #2380C9: hue angle of 206.39º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2380C9 is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 35 128 201 -
CMYK 0.83 0.36 0 0.21
HSL 206.39º 0.7% 0.46% -
HSV(B) 206.39º 0.83% 0.79% -
XYZ 18.95 20.01 58.12 -
YUV 108.52 180.19 75.56 -
System Red Green Blue C M Y K H S L
Decimal 35 128 201 0.83 0.36 0 0.21 206.39 0.7 0.46
Hex 23 80 C9 53 24 0 15 CE 46 2E
Octal 43 200 311 123 44 0 25 316 106 56
Binary 100011 10000000 11001001 1010011 100100 0 10101 11001110 1000110 101110

Color Harmonies of #2380C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2380C9

Black with #2380C9

Text Example


Text Example

White with #2380C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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