Html Css Color HEX #247FD3 Curious Blue

📋 copy color: '#247FD3'

red 36 ◦ green 127 ◦ blue 211

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

Shades of Curious Blue #247FD3

Tints of Curious Blue #247FD3

RGB

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

 GREEN value IS 127 (50% from 255) = 33.96%

 BLUE value IS 211 (82.81% from 255) = 56.42%

R = 9.63%
G = 33.96%
B = 56.42%

CMYK

 C value IS 0.83

 M value IS 0.40

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#247FD3 (or 0x247FD3) is known color: Curious Blue. HEX triplet: 24, 7F and D3. RGB value is (36,127,211). Sum of RGB (Red+Green+Blue) = 36+127+211=374 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.63% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 211 (82.81% from 255 or 56.42% from 374); Max value from RGB is 211 - color contains mainly: blue. Hex color #247FD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247FD3 is #DB802C. Grayscale: #6C6C6C. Windows color (decimal): -14385197 or 13860644. OLE color: 13860644.

HSL color Cylindrical-coordinate representation of color #247FD3: hue angle of 208.8º degrees, saturation: 0.71, 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 #247FD3 is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 36 127 211 -
CMYK 0.83 0.40 0 0.17
HSL 208.8º 0.71% 0.48% -
HSV(B) 208.8º 0.83% 0.83% -
XYZ 20.07 20.26 64.48 -
YUV 109.37 185.35 75.67 -
System Red Green Blue C M Y K H S L
Decimal 36 127 211 0.83 0.40 0 0.17 208.8 0.71 0.48
Hex 24 7F D3 53 28 0 11 D1 47 30
Octal 44 177 323 123 50 0 21 321 107 60
Binary 100100 1111111 11010011 1010011 101000 0 10001 11010001 1000111 110000

Color Harmonies of #247FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247FD3

Black with #247FD3

Text Example


Text Example

White with #247FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,127,211); }

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

background-color css

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

 a { background-color: rgb(36,127,211); }

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

border-color css

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

 span { border-color: rgb(36,127,211); }

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