Html Css Color HEX #247DC3 Curious Blue

📋 copy color: '#247DC3'

red 36 ◦ green 125 ◦ blue 195

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

Shades of Curious Blue #247DC3

Tints of Curious Blue #247DC3

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.11%

 BLUE value IS 195 (76.56% from 255) = 54.78%

R = 10.11%
G = 35.11%
B = 54.78%

CMYK

 C value IS 0.82

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#247DC3 (or 0x247DC3) is known color: Curious Blue. HEX triplet: 24, 7D and C3. RGB value is (36,125,195). Sum of RGB (Red+Green+Blue) = 36+125+195=356 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.11% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 195 (76.56% from 255 or 54.78% from 356); Max value from RGB is 195 - color contains mainly: blue. Hex color #247DC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247DC3 is #DB823C. Grayscale: #6A6A6A. Windows color (decimal): -14385725 or 12811556. OLE color: 12811556.

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

Color convert

RGB 36 125 195 -
CMYK 0.82 0.36 0 0.24
HSL 206.42º 0.69% 0.45% -
HSV(B) 206.42º 0.82% 0.76% -
XYZ 17.91 18.98 54.35 -
YUV 106.37 178.01 77.81 -
System Red Green Blue C M Y K H S L
Decimal 36 125 195 0.82 0.36 0 0.24 206.42 0.69 0.45
Hex 24 7D C3 52 24 0 18 CE 45 2D
Octal 44 175 303 122 44 0 30 316 105 55
Binary 100100 1111101 11000011 1010010 100100 0 11000 11001110 1000101 101101

Color Harmonies of #247DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247DC3

Black with #247DC3

Text Example


Text Example

White with #247DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,125,195); }

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

background-color css

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

 a { background-color: rgb(36,125,195); }

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

border-color css

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

 span { border-color: rgb(36,125,195); }

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