Html Css Color HEX #2380C8 Curious Blue

📋 copy color: '#2380C8'

red 35 ◦ green 128 ◦ blue 200

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

Shades of Curious Blue #2380C8

Tints of Curious Blue #2380C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 55.1%

R = 9.64%
G = 35.26%
B = 55.1%

CMYK

 C value IS 0.82

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2380C8 (or 0x2380C8) is known color: Curious Blue. HEX triplet: 23, 80 and C8. RGB value is (35,128,200). Sum of RGB (Red+Green+Blue) = 35+128+200=363 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.64% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 200 (78.52% from 255 or 55.10% from 363); Max value from RGB is 200 - color contains mainly: blue. Hex color #2380C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2380C8 is #DC7F37. Grayscale: #6C6C6C. Windows color (decimal): -14450488 or 13140003. OLE color: 13140003.

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

Color convert

RGB 35 128 200 -
CMYK 0.82 0.36 0 0.22
HSL 206.18º 0.7% 0.46% -
HSV(B) 206.18º 0.83% 0.78% -
XYZ 18.84 19.97 57.5 -
YUV 108.4 179.69 75.65 -
System Red Green Blue C M Y K H S L
Decimal 35 128 200 0.82 0.36 0 0.22 206.18 0.7 0.46
Hex 23 80 C8 52 24 0 16 CE 46 2E
Octal 43 200 310 122 44 0 26 316 106 56
Binary 100011 10000000 11001000 1010010 100100 0 10110 11001110 1000110 101110

Color Harmonies of #2380C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2380C8

Black with #2380C8

Text Example


Text Example

White with #2380C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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