Html Css Color HEX #247DB3 Curious Blue

📋 copy color: '#247DB3'

red 36 ◦ green 125 ◦ blue 179

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

Shades of Curious Blue #247DB3

Tints of Curious Blue #247DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 52.65%

R = 10.59%
G = 36.76%
B = 52.65%

CMYK

 C value IS 0.80

 M value IS 0.30

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#247DB3 (or 0x247DB3) is known color: Curious Blue. HEX triplet: 24, 7D and B3. RGB value is (36,125,179). Sum of RGB (Red+Green+Blue) = 36+125+179=340 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.59% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 179 (70.31% from 255 or 52.65% from 340); Max value from RGB is 179 - color contains mainly: blue. Hex color #247DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247DB3 is #DB824C. Grayscale: #686868. Windows color (decimal): -14385741 or 11762980. OLE color: 11762980.

HSL color Cylindrical-coordinate representation of color #247DB3: hue angle of 202.66º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #247DB3 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 36 125 179 -
CMYK 0.80 0.30 0 0.30
HSL 202.66º 0.67% 0.42% -
HSV(B) 202.66º 0.8% 0.7% -
XYZ 16.2 18.3 45.33 -
YUV 104.55 170.01 79.11 -
System Red Green Blue C M Y K H S L
Decimal 36 125 179 0.80 0.30 0 0.30 202.66 0.67 0.42
Hex 24 7D B3 50 1E 0 1E CB 43 2A
Octal 44 175 263 120 36 0 36 313 103 52
Binary 100100 1111101 10110011 1010000 11110 0 11110 11001011 1000011 101010

Color Harmonies of #247DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247DB3

Black with #247DB3

Text Example


Text Example

White with #247DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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