Html Css Color HEX #247BCD Curious Blue

📋 copy color: '#247BCD'

red 36 ◦ green 123 ◦ blue 205

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

Shades of Curious Blue #247BCD

Tints of Curious Blue #247BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.79%

 BLUE value IS 205 (80.47% from 255) = 56.32%

R = 9.89%
G = 33.79%
B = 56.32%

CMYK

 C value IS 0.82

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#247BCD (or 0x247BCD) is known color: Curious Blue. HEX triplet: 24, 7B and CD. RGB value is (36,123,205). Sum of RGB (Red+Green+Blue) = 36+123+205=364 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.89% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #247BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247BCD is #DB8432. Grayscale: #696969. Windows color (decimal): -14386227 or 13466404. OLE color: 13466404.

HSL color Cylindrical-coordinate representation of color #247BCD: hue angle of 209.11º 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 #247BCD is Cyan = 0.82, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 36 123 205 -
CMYK 0.82 0.4 0 0.20
HSL 209.11º 0.7% 0.47% -
HSV(B) 209.11º 0.82% 0.8% -
XYZ 18.83 18.95 60.42 -
YUV 106.34 183.68 77.83 -
System Red Green Blue C M Y K H S L
Decimal 36 123 205 0.82 0.4 0 0.20 209.11 0.7 0.47
Hex 24 7B CD 52 28 0 14 D1 46 2F
Octal 44 173 315 122 50 0 24 321 106 57
Binary 100100 1111011 11001101 1010010 101000 0 10100 11010001 1000110 101111

Color Harmonies of #247BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247BCD

Black with #247BCD

Text Example


Text Example

White with #247BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,123,205); }

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

background-color css

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

 a { background-color: rgb(36,123,205); }

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

border-color css

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

 span { border-color: rgb(36,123,205); }

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