Html Css Color HEX #2374DF Royal Blue

📋 copy color: '#2374DF'

red 35 ◦ green 116 ◦ blue 223

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

Shades of Royal Blue #2374DF

Tints of Royal Blue #2374DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.63%

R = 9.36%
G = 31.02%
B = 59.63%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2374DF (or 0x2374DF) is known color: Royal Blue. HEX triplet: 23, 74 and DF. RGB value is (35,116,223). Sum of RGB (Red+Green+Blue) = 35+116+223=374 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.36% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #2374DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2374DF is #DC8B20. Grayscale: #676767. Windows color (decimal): -14453537 or 14644259. OLE color: 14644259.

HSL color Cylindrical-coordinate representation of color #2374DF: hue angle of 214.15º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2374DF is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 116 223 -
CMYK 0.84 0.48 0 0.13
HSL 214.15º 0.75% 0.51% -
HSV(B) 214.15º 0.84% 0.87% -
XYZ 20.26 18.18 72.25 -
YUV 103.98 195.16 78.8 -
System Red Green Blue C M Y K H S L
Decimal 35 116 223 0.84 0.48 0 0.13 214.15 0.75 0.51
Hex 23 74 DF 54 30 0 D D6 4B 33
Octal 43 164 337 124 60 0 15 326 113 63
Binary 100011 1110100 11011111 1010100 110000 0 1101 11010110 1001011 110011

Color Harmonies of #2374DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2374DF

Black with #2374DF

Text Example


Text Example

White with #2374DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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