Html Css Color HEX #247FCF Curious Blue

📋 copy color: '#247FCF'

red 36 ◦ green 127 ◦ blue 207

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

Shades of Curious Blue #247FCF

Tints of Curious Blue #247FCF

RGB

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

 GREEN value IS 127 (50% from 255) = 34.32%

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

R = 9.73%
G = 34.32%
B = 55.95%

CMYK

 C value IS 0.83

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#247FCF (or 0x247FCF) is known color: Curious Blue. HEX triplet: 24, 7F and CF. RGB value is (36,127,207). Sum of RGB (Red+Green+Blue) = 36+127+207=370 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.73% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #247FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247FCF is #DB8030. Grayscale: #6C6C6C. Windows color (decimal): -14385201 or 13598500. OLE color: 13598500.

HSL color Cylindrical-coordinate representation of color #247FCF: hue angle of 208.07º 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 #247FCF is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 127 207 -
CMYK 0.83 0.39 0 0.19
HSL 208.07º 0.7% 0.48% -
HSV(B) 208.07º 0.83% 0.81% -
XYZ 19.58 20.06 61.87 -
YUV 108.91 183.35 76 -
System Red Green Blue C M Y K H S L
Decimal 36 127 207 0.83 0.39 0 0.19 208.07 0.7 0.48
Hex 24 7F CF 53 27 0 13 D0 46 30
Octal 44 177 317 123 47 0 23 320 106 60
Binary 100100 1111111 11001111 1010011 100111 0 10011 11010000 1000110 110000

Color Harmonies of #247FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247FCF

Black with #247FCF

Text Example


Text Example

White with #247FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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