Html Css Color HEX #247ED2 Curious Blue

📋 copy color: '#247ED2'

red 36 ◦ green 126 ◦ blue 210

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

Shades of Curious Blue #247ED2

Tints of Curious Blue #247ED2

RGB

 RED value IS 36 (14.45% from 255) = 9.68%

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

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

R = 9.68%
G = 33.87%
B = 56.45%

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

#247ED2 (or 0x247ED2) is known color: Curious Blue. HEX triplet: 24, 7E and D2. RGB value is (36,126,210). Sum of RGB (Red+Green+Blue) = 36+126+210=372 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.68% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 210 (82.42% from 255 or 56.45% from 372); Max value from RGB is 210 - color contains mainly: blue. Hex color #247ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247ED2 is #DB812D. Grayscale: #6C6C6C. Windows color (decimal): -14385454 or 13794852. OLE color: 13794852.

HSL color Cylindrical-coordinate representation of color #247ED2: hue angle of 208.97º 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 #247ED2 is Cyan = 0.83, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 36 126 210 -
CMYK 0.83 0.4 0 0.18
HSL 208.97º 0.71% 0.48% -
HSV(B) 208.97º 0.83% 0.82% -
XYZ 19.82 19.95 63.78 -
YUV 108.67 185.18 76.17 -
System Red Green Blue C M Y K H S L
Decimal 36 126 210 0.83 0.4 0 0.18 208.97 0.71 0.48
Hex 24 7E D2 53 28 0 12 D1 47 30
Octal 44 176 322 123 50 0 22 321 107 60
Binary 100100 1111110 11010010 1010011 101000 0 10010 11010001 1000111 110000

Color Harmonies of #247ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247ED2

Black with #247ED2

Text Example


Text Example

White with #247ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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