Html Css Color HEX #247BCF Curious Blue

📋 copy color: '#247BCF'

red 36 ◦ green 123 ◦ blue 207

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

Shades of Curious Blue #247BCF

Tints of Curious Blue #247BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.56%

R = 9.84%
G = 33.61%
B = 56.56%

CMYK

 C value IS 0.83

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#247BCF (or 0x247BCF) is known color: Curious Blue. HEX triplet: 24, 7B and CF. RGB value is (36,123,207). Sum of RGB (Red+Green+Blue) = 36+123+207=366 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.84% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #247BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247BCF is #DB8430. Grayscale: #6A6A6A. Windows color (decimal): -14386225 or 13597476. OLE color: 13597476.

HSL color Cylindrical-coordinate representation of color #247BCF: hue angle of 209.47º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #247BCF is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 123 207 -
CMYK 0.83 0.41 0 0.19
HSL 209.47º 0.7% 0.48% -
HSV(B) 209.47º 0.83% 0.81% -
XYZ 19.07 19.05 61.7 -
YUV 106.56 184.68 77.67 -
System Red Green Blue C M Y K H S L
Decimal 36 123 207 0.83 0.41 0 0.19 209.47 0.7 0.48
Hex 24 7B CF 53 29 0 13 D1 46 30
Octal 44 173 317 123 51 0 23 321 106 60
Binary 100100 1111011 11001111 1010011 101001 0 10011 11010001 1000110 110000

Color Harmonies of #247BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247BCF

Black with #247BCF

Text Example


Text Example

White with #247BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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