#2380D6

Color #2380D6 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #2380D6

Tints of Curious Blue #2380D6

Color information

#2380D6 (or 0x2380D6) is unknown color: approx Curious Blue. HEX triplet: 23, 80 and D6. RGB value is (35,128,214). Sum of RGB (Red+Green+Blue) = 35+128+214=377 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.28% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 214 (83.98% from 255 or 56.76% from 377); Max value from RGB is 214 - color contains mainly: blue. Hex color #2380D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2380D6 is #DC7F29. Grayscale: #6D6D6D. Windows color (decimal): -14450474 or 14057507. OLE color: 14057507.

HSL color Cylindrical-coordinate representation of color #2380D6: hue angle of 208.83º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2380D6 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB35128214-
CMYK0.840.4000.16
HSL208.83º71.89%48.82%-
HSV(B)208.83º83.64%83.92%-
XYZ20.5520.6566.52-
YUV110186.6974.51-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.28%
GREEN value IS 128 (50.39% from 255) = 33.95%
BLUE value IS 214 (83.98% from 255) = 56.76%
R=9.28%
G=33.95%
B=56.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal351282140.840.4000.16208.8371.8948.82
Hex2380D65428010d14831
Octal432003261245002032111061
Binary10001110000000110101101010100101000010000110100011001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2380D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2380D6;
 }
 .AnyTagClassName
 {
   color: #2380D6;
 }
</style>
background-color css

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

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

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

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

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

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