Html Css Color HEX #247EC2 Curious Blue

📋 copy color: '#247EC2'

red 36 ◦ green 126 ◦ blue 194

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

Shades of Curious Blue #247EC2

Tints of Curious Blue #247EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 54.49%

R = 10.11%
G = 35.39%
B = 54.49%

CMYK

 C value IS 0.81

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#247EC2 (or 0x247EC2) is known color: Curious Blue. HEX triplet: 24, 7E and C2. RGB value is (36,126,194). Sum of RGB (Red+Green+Blue) = 36+126+194=356 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.11% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 194 (76.17% from 255 or 54.49% from 356); Max value from RGB is 194 - color contains mainly: blue. Hex color #247EC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247EC2 is #DB813D. Grayscale: #6A6A6A. Windows color (decimal): -14385470 or 12746276. OLE color: 12746276.

HSL color Cylindrical-coordinate representation of color #247EC2: hue angle of 205.82º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #247EC2 is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 36 126 194 -
CMYK 0.81 0.35 0 0.24
HSL 205.82º 0.69% 0.45% -
HSV(B) 205.82º 0.81% 0.76% -
XYZ 17.93 19.19 53.8 -
YUV 106.84 177.18 77.47 -
System Red Green Blue C M Y K H S L
Decimal 36 126 194 0.81 0.35 0 0.24 205.82 0.69 0.45
Hex 24 7E C2 51 23 0 18 CE 45 2D
Octal 44 176 302 121 43 0 30 316 105 55
Binary 100100 1111110 11000010 1010001 100011 0 11000 11001110 1000101 101101

Color Harmonies of #247EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247EC2

Black with #247EC2

Text Example


Text Example

White with #247EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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