Html Css Color HEX #247DDB Royal Blue

📋 copy color: '#247DDB'

red 36 ◦ green 125 ◦ blue 219

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

Shades of Royal Blue #247DDB

Tints of Royal Blue #247DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.63%

R = 9.47%
G = 32.89%
B = 57.63%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#247DDB (or 0x247DDB) is known color: Royal Blue. HEX triplet: 24, 7D and DB. RGB value is (36,125,219). Sum of RGB (Red+Green+Blue) = 36+125+219=380 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.47% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #247DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247DDB is #DB8224. Grayscale: #6C6C6C. Windows color (decimal): -14385701 or 14384420. OLE color: 14384420.

HSL color Cylindrical-coordinate representation of color #247DDB: hue angle of 210.82º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #247DDB is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 125 219 -
CMYK 0.84 0.43 0 0.14
HSL 210.82º 0.72% 0.5% -
HSV(B) 210.82º 0.84% 0.86% -
XYZ 20.85 20.16 69.81 -
YUV 109.11 190.01 75.86 -
System Red Green Blue C M Y K H S L
Decimal 36 125 219 0.84 0.43 0 0.14 210.82 0.72 0.5
Hex 24 7D DB 54 2B 0 E D3 48 32
Octal 44 175 333 124 53 0 16 323 110 62
Binary 100100 1111101 11011011 1010100 101011 0 1110 11010011 1001000 110010

Color Harmonies of #247DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247DDB

Black with #247DDB

Text Example


Text Example

White with #247DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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