Html Css Color HEX #247BBA Curious Blue

📋 copy color: '#247BBA'

red 36 ◦ green 123 ◦ blue 186

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

Shades of Curious Blue #247BBA

Tints of Curious Blue #247BBA

RGB

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

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

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

R = 10.43%
G = 35.65%
B = 53.91%

CMYK

 C value IS 0.81

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#247BBA (or 0x247BBA) is known color: Curious Blue. HEX triplet: 24, 7B and BA. RGB value is (36,123,186). Sum of RGB (Red+Green+Blue) = 36+123+186=345 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.43% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #247BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247BBA is #DB8445. Grayscale: #676767. Windows color (decimal): -14386246 or 12221220. OLE color: 12221220.

HSL color Cylindrical-coordinate representation of color #247BBA: hue angle of 205.2º 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 #247BBA is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 123 186 -
CMYK 0.81 0.34 0 0.27
HSL 205.2º 0.68% 0.44% -
HSV(B) 205.2º 0.81% 0.73% -
XYZ 16.67 18.09 49.07 -
YUV 104.17 174.18 79.38 -
System Red Green Blue C M Y K H S L
Decimal 36 123 186 0.81 0.34 0 0.27 205.2 0.68 0.44
Hex 24 7B BA 51 22 0 1B CD 44 2C
Octal 44 173 272 121 42 0 33 315 104 54
Binary 100100 1111011 10111010 1010001 100010 0 11011 11001101 1000100 101100

Color Harmonies of #247BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247BBA

Black with #247BBA

Text Example


Text Example

White with #247BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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