Html Css Color HEX #2378DC Royal Blue

📋 copy color: '#2378DC'

red 35 ◦ green 120 ◦ blue 220

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

Shades of Royal Blue #2378DC

Tints of Royal Blue #2378DC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32%

 BLUE value IS 220 (86.33% from 255) = 58.67%

R = 9.33%
G = 32%
B = 58.67%

CMYK

 C value IS 0.84

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2378DC (or 0x2378DC) is known color: Royal Blue. HEX triplet: 23, 78 and DC. RGB value is (35,120,220). Sum of RGB (Red+Green+Blue) = 35+120+220=375 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.33% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #2378DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2378DC is #DC8723. Grayscale: #696969. Windows color (decimal): -14452516 or 14448675. OLE color: 14448675.

HSL color Cylindrical-coordinate representation of color #2378DC: hue angle of 212.43º degrees, saturation: 0.73, 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 #2378DC is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 120 220 -
CMYK 0.84 0.45 0 0.14
HSL 212.43º 0.73% 0.5% -
HSV(B) 212.43º 0.84% 0.86% -
XYZ 20.33 18.96 70.3 -
YUV 105.99 192.34 77.37 -
System Red Green Blue C M Y K H S L
Decimal 35 120 220 0.84 0.45 0 0.14 212.43 0.73 0.5
Hex 23 78 DC 54 2D 0 E D4 49 32
Octal 43 170 334 124 55 0 16 324 111 62
Binary 100011 1111000 11011100 1010100 101101 0 1110 11010100 1001001 110010

Color Harmonies of #2378DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2378DC

Black with #2378DC

Text Example


Text Example

White with #2378DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2378DC; }

 p { color: rgb(35,120,220); }

 H1.HeaderClassName
 {
   color: #2378DC;
 }
 .AnyTagClassName
 {
   color: #2378DC;
 }
</style>

background-color css

<style>
 a { background-color: #2378DC; }

 a { background-color: rgb(35,120,220); }

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

border-color css

<style>
 span { border-color: #2378DC; }

 span { border-color: rgb(35,120,220); }

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