#237ED4

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

Shades of Curious Blue #237ED4

Tints of Curious Blue #237ED4

Color information

#237ED4 (or 0x237ED4) is unknown color: approx Curious Blue. HEX triplet: 23, 7E and D4. RGB value is (35,126,212). Sum of RGB (Red+Green+Blue) = 35+126+212=373 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.38% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 212 (83.20% from 255 or 56.84% from 373); Max value from RGB is 212 - color contains mainly: blue. Hex color #237ED4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237ED4 is #DC812B. Grayscale: #6C6C6C. Windows color (decimal): -14450988 or 13925923. OLE color: 13925923.

HSL color Cylindrical-coordinate representation of color #237ED4: hue angle of 209.15º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #237ED4 is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB35126212-
CMYK0.830.4100.17
HSL209.15º71.66%48.43%-
HSV(B)209.15º83.49%83.14%-
XYZ20.0420.0365.1-
YUV108.6186.3575.51-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.38%
GREEN value IS 126 (49.61% from 255) = 33.78%
BLUE value IS 212 (83.20% from 255) = 56.84%
R=9.38%
G=33.78%
B=56.84%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal351262120.830.4100.17209.1571.6648.43
Hex237ED45329011d14830
Octal431763241235102132111060
Binary1000111111110110101001010011101001010001110100011001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237ED4; }

 p { color: rgb(35,126,212); }

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

<style>
 a { background-color: #237ED4; }

 a { background-color: rgb(35,126,212); }

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

<style>
 span { border-color: #237ED4; }

 span { border-color: rgb(35,126,212); }

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