Html Css Color HEX #247DCB Curious Blue

📋 copy color: '#247DCB'

red 36 ◦ green 125 ◦ blue 203

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

Shades of Curious Blue #247DCB

Tints of Curious Blue #247DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.77%

R = 9.89%
G = 34.34%
B = 55.77%

CMYK

 C value IS 0.82

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#247DCB (or 0x247DCB) is known color: Curious Blue. HEX triplet: 24, 7D and CB. RGB value is (36,125,203). Sum of RGB (Red+Green+Blue) = 36+125+203=364 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.89% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #247DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247DCB is #DB8234. Grayscale: #6A6A6A. Windows color (decimal): -14385717 or 13335844. OLE color: 13335844.

HSL color Cylindrical-coordinate representation of color #247DCB: hue angle of 208.02º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #247DCB is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 36 125 203 -
CMYK 0.82 0.38 0 0.20
HSL 208.02º 0.7% 0.47% -
HSV(B) 208.02º 0.82% 0.8% -
XYZ 18.84 19.35 59.24 -
YUV 107.28 182.01 77.16 -
System Red Green Blue C M Y K H S L
Decimal 36 125 203 0.82 0.38 0 0.20 208.02 0.7 0.47
Hex 24 7D CB 52 26 0 14 D0 46 2F
Octal 44 175 313 122 46 0 24 320 106 57
Binary 100100 1111101 11001011 1010010 100110 0 10100 11010000 1000110 101111

Color Harmonies of #247DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247DCB

Black with #247DCB

Text Example


Text Example

White with #247DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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