#238DD5

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

Shades of Curious Blue #238DD5

Tints of Curious Blue #238DD5

Color information

#238DD5 (or 0x238DD5) is unknown color: approx Curious Blue. HEX triplet: 23, 8D and D5. RGB value is (35,141,213). Sum of RGB (Red+Green+Blue) = 35+141+213=389 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.00% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 213 (83.59% from 255 or 54.76% from 389); Max value from RGB is 213 - color contains mainly: blue. Hex color #238DD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238DD5 is #DC722A. Grayscale: #757575. Windows color (decimal): -14447147 or 13995299. OLE color: 13995299.

HSL color Cylindrical-coordinate representation of color #238DD5: hue angle of 204.27º 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 #238DD5 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB35141213-
CMYK0.840.3400.16
HSL204.27º71.77%48.63%-
HSV(B)204.27º83.57%83.53%-
XYZ22.2324.2166.45-
YUV117.51181.8869.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.00%
GREEN value IS 141 (55.47% from 255) = 36.25%
BLUE value IS 213 (83.59% from 255) = 54.76%
R=9.00%
G=36.25%
B=54.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal351412130.840.3400.16204.2771.7748.63
Hex238DD55422010cc4831
Octal432153251244202031411061
Binary10001110001101110101011010100100010010000110011001001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238DD5; }

 p { color: rgb(35,141,213); }

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

<style>
 a { background-color: #238DD5; }

 a { background-color: rgb(35,141,213); }

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

<style>
 span { border-color: #238DD5; }

 span { border-color: rgb(35,141,213); }

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