Html Css Color HEX #247ECF Curious Blue

📋 copy color: '#247ECF'

red 36 ◦ green 126 ◦ blue 207

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

Shades of Curious Blue #247ECF

Tints of Curious Blue #247ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.1%

R = 9.76%
G = 34.15%
B = 56.1%

CMYK

 C value IS 0.83

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#247ECF (or 0x247ECF) is known color: Curious Blue. HEX triplet: 24, 7E and CF. RGB value is (36,126,207). Sum of RGB (Red+Green+Blue) = 36+126+207=369 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.76% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #247ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247ECF is #DB8130. Grayscale: #6B6B6B. Windows color (decimal): -14385457 or 13598244. OLE color: 13598244.

HSL color Cylindrical-coordinate representation of color #247ECF: hue angle of 208.42º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #247ECF is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 126 207 -
CMYK 0.83 0.39 0 0.19
HSL 208.42º 0.7% 0.48% -
HSV(B) 208.42º 0.83% 0.81% -
XYZ 19.45 19.8 61.83 -
YUV 108.32 183.68 76.41 -
System Red Green Blue C M Y K H S L
Decimal 36 126 207 0.83 0.39 0 0.19 208.42 0.7 0.48
Hex 24 7E CF 53 27 0 13 D0 46 30
Octal 44 176 317 123 47 0 23 320 106 60
Binary 100100 1111110 11001111 1010011 100111 0 10011 11010000 1000110 110000

Color Harmonies of #247ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247ECF

Black with #247ECF

Text Example


Text Example

White with #247ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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