Html Css Color HEX #247FCB Curious Blue

📋 copy color: '#247FCB'

red 36 ◦ green 127 ◦ blue 203

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

Shades of Curious Blue #247FCB

Tints of Curious Blue #247FCB

RGB

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

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

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

R = 9.84%
G = 34.7%
B = 55.46%

CMYK

 C value IS 0.82

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#247FCB (or 0x247FCB) is known color: Curious Blue. HEX triplet: 24, 7F and CB. RGB value is (36,127,203). Sum of RGB (Red+Green+Blue) = 36+127+203=366 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.84% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #247FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247FCB is #DB8034. Grayscale: #6C6C6C. Windows color (decimal): -14385205 or 13336356. OLE color: 13336356.

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

Color convert

RGB 36 127 203 -
CMYK 0.82 0.37 0 0.20
HSL 207.31º 0.7% 0.47% -
HSV(B) 207.31º 0.82% 0.8% -
XYZ 19.1 19.87 59.33 -
YUV 108.46 181.35 76.32 -
System Red Green Blue C M Y K H S L
Decimal 36 127 203 0.82 0.37 0 0.20 207.31 0.7 0.47
Hex 24 7F CB 52 25 0 14 CF 46 2F
Octal 44 177 313 122 45 0 24 317 106 57
Binary 100100 1111111 11001011 1010010 100101 0 10100 11001111 1000110 101111

Color Harmonies of #247FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247FCB

Black with #247FCB

Text Example


Text Example

White with #247FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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