Html Css Color HEX #247EBA Curious Blue

📋 copy color: '#247EBA'

red 36 ◦ green 126 ◦ blue 186

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

Shades of Curious Blue #247EBA

Tints of Curious Blue #247EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.21%

 BLUE value IS 186 (73.05% from 255) = 53.45%

R = 10.34%
G = 36.21%
B = 53.45%

CMYK

 C value IS 0.81

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#247EBA (or 0x247EBA) is known color: Curious Blue. HEX triplet: 24, 7E and BA. RGB value is (36,126,186). Sum of RGB (Red+Green+Blue) = 36+126+186=348 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.34% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #247EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247EBA is #DB8145. Grayscale: #696969. Windows color (decimal): -14385478 or 12221988. OLE color: 12221988.

HSL color Cylindrical-coordinate representation of color #247EBA: hue angle of 204º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #247EBA is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 126 186 -
CMYK 0.81 0.32 0 0.27
HSL 204º 0.68% 0.44% -
HSV(B) 204º 0.81% 0.73% -
XYZ 17.05 18.84 49.19 -
YUV 105.93 173.18 78.12 -
System Red Green Blue C M Y K H S L
Decimal 36 126 186 0.81 0.32 0 0.27 204 0.68 0.44
Hex 24 7E BA 51 20 0 1B CC 44 2C
Octal 44 176 272 121 40 0 33 314 104 54
Binary 100100 1111110 10111010 1010001 100000 0 11011 11001100 1000100 101100

Color Harmonies of #247EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247EBA

Black with #247EBA

Text Example


Text Example

White with #247EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,126,186); }

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

background-color css

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

 a { background-color: rgb(36,126,186); }

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

border-color css

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

 span { border-color: rgb(36,126,186); }

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