Html Css Color HEX #237ED2 Curious Blue

📋 copy color: '#237ED2'

red 35 ◦ green 126 ◦ blue 210

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

Shades of Curious Blue #237ED2

Tints of Curious Blue #237ED2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.96%

 BLUE value IS 210 (82.42% from 255) = 56.6%

R = 9.43%
G = 33.96%
B = 56.6%

CMYK

 C value IS 0.83

 M value IS 0.4

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#237ED2 (or 0x237ED2) is known color: Curious Blue. HEX triplet: 23, 7E and D2. RGB value is (35,126,210). Sum of RGB (Red+Green+Blue) = 35+126+210=371 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.43% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 210 (82.42% from 255 or 56.60% from 371); Max value from RGB is 210 - color contains mainly: blue. Hex color #237ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237ED2 is #DC812D. Grayscale: #6B6B6B. Windows color (decimal): -14450990 or 13794851. OLE color: 13794851.

HSL color Cylindrical-coordinate representation of color #237ED2: hue angle of 208.8º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #237ED2 is Cyan = 0.83, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 35 126 210 -
CMYK 0.83 0.4 0 0.18
HSL 208.8º 0.71% 0.48% -
HSV(B) 208.8º 0.83% 0.82% -
XYZ 19.79 19.93 63.78 -
YUV 108.37 185.35 75.67 -
System Red Green Blue C M Y K H S L
Decimal 35 126 210 0.83 0.4 0 0.18 208.8 0.71 0.48
Hex 23 7E D2 53 28 0 12 D1 47 30
Octal 43 176 322 123 50 0 22 321 107 60
Binary 100011 1111110 11010010 1010011 101000 0 10010 11010001 1000111 110000

Color Harmonies of #237ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237ED2

Black with #237ED2

Text Example


Text Example

White with #237ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #237ED2;
 }
 .AnyTagClassName
 {
   color: #237ED2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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