Html Css Color HEX #247DBB Curious Blue

📋 copy color: '#247DBB'

red 36 ◦ green 125 ◦ blue 187

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

Shades of Curious Blue #247DBB

Tints of Curious Blue #247DBB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.92%

 BLUE value IS 187 (73.44% from 255) = 53.74%

R = 10.34%
G = 35.92%
B = 53.74%

CMYK

 C value IS 0.81

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#247DBB (or 0x247DBB) is known color: Curious Blue. HEX triplet: 24, 7D and BB. RGB value is (36,125,187). Sum of RGB (Red+Green+Blue) = 36+125+187=348 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.34% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #247DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247DBB is #DB8244. Grayscale: #696969. Windows color (decimal): -14385733 or 12287268. OLE color: 12287268.

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

Color convert

RGB 36 125 187 -
CMYK 0.81 0.33 0 0.27
HSL 204.64º 0.68% 0.44% -
HSV(B) 204.64º 0.81% 0.73% -
XYZ 17.03 18.63 49.71 -
YUV 105.46 174.01 78.46 -
System Red Green Blue C M Y K H S L
Decimal 36 125 187 0.81 0.33 0 0.27 204.64 0.68 0.44
Hex 24 7D BB 51 21 0 1B CD 44 2C
Octal 44 175 273 121 41 0 33 315 104 54
Binary 100100 1111101 10111011 1010001 100001 0 11011 11001101 1000100 101100

Color Harmonies of #247DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247DBB

Black with #247DBB

Text Example


Text Example

White with #247DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,125,187); }

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

background-color css

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

 a { background-color: rgb(36,125,187); }

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

border-color css

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

 span { border-color: rgb(36,125,187); }

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