Html Css Color HEX #2374DB Royal Blue

📋 copy color: '#2374DB'

red 35 ◦ green 116 ◦ blue 219

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

Shades of Royal Blue #2374DB

Tints of Royal Blue #2374DB

RGB

 RED value IS 35 (14.06% from 255) = 9.46%

 GREEN value IS 116 (45.7% from 255) = 31.35%

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

R = 9.46%
G = 31.35%
B = 59.19%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2374DB (or 0x2374DB) is known color: Royal Blue. HEX triplet: 23, 74 and DB. RGB value is (35,116,219). Sum of RGB (Red+Green+Blue) = 35+116+219=370 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.46% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #2374DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2374DB is #DC8B24. Grayscale: #676767. Windows color (decimal): -14453541 or 14382115. OLE color: 14382115.

HSL color Cylindrical-coordinate representation of color #2374DB: hue angle of 213.59º 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 #2374DB is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 116 219 -
CMYK 0.84 0.47 0 0.14
HSL 213.59º 0.72% 0.5% -
HSV(B) 213.59º 0.84% 0.86% -
XYZ 19.72 17.96 69.45 -
YUV 103.52 193.16 79.12 -
System Red Green Blue C M Y K H S L
Decimal 35 116 219 0.84 0.47 0 0.14 213.59 0.72 0.5
Hex 23 74 DB 54 2F 0 E D6 48 32
Octal 43 164 333 124 57 0 16 326 110 62
Binary 100011 1110100 11011011 1010100 101111 0 1110 11010110 1001000 110010

Color Harmonies of #2374DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2374DB

Black with #2374DB

Text Example


Text Example

White with #2374DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2374DB; }

 p { color: rgb(35,116,219); }

 H1.HeaderClassName
 {
   color: #2374DB;
 }
 .AnyTagClassName
 {
   color: #2374DB;
 }
</style>

background-color css

<style>
 a { background-color: #2374DB; }

 a { background-color: rgb(35,116,219); }

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

border-color css

<style>
 span { border-color: #2374DB; }

 span { border-color: rgb(35,116,219); }

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