Html Css Color HEX #4375CD Royal Blue

📋 copy color: '#4375CD'

red 67 ◦ green 117 ◦ blue 205

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

Shades of Royal Blue #4375CD

Tints of Royal Blue #4375CD

RGB

 RED value IS 67 (26.56% from 255) = 17.22%

 GREEN value IS 117 (46.09% from 255) = 30.08%

 BLUE value IS 205 (80.47% from 255) = 52.7%

R = 17.22%
G = 30.08%
B = 52.7%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4375CD (or 0x4375CD) is known color: Royal Blue. HEX triplet: 43, 75 and CD. RGB value is (67,117,205). Sum of RGB (Red+Green+Blue) = 67+117+205=389 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.22% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #4375CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4375CD is #BC8A32. Grayscale: #6F6F6F. Windows color (decimal): -12356147 or 13464899. OLE color: 13464899.

HSL color Cylindrical-coordinate representation of color #4375CD: hue angle of 218.26º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4375CD is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 67 117 205 -
CMYK 0.67 0.43 0 0.20
HSL 218.26º 0.58% 0.53% -
HSV(B) 218.26º 0.67% 0.8% -
XYZ 19.7 18.32 60.26 -
YUV 112.08 180.44 95.84 -
System Red Green Blue C M Y K H S L
Decimal 67 117 205 0.67 0.43 0 0.20 218.26 0.58 0.53
Hex 43 75 CD 43 2B 0 14 DA 3A 35
Octal 103 165 315 103 53 0 24 332 72 65
Binary 1000011 1110101 11001101 1000011 101011 0 10100 11011010 111010 110101

Color Harmonies of #4375CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4375CD

Black with #4375CD

Text Example


Text Example

White with #4375CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4375CD; }

 p { color: rgb(67,117,205); }

 H1.HeaderClassName
 {
   color: #4375CD;
 }
 .AnyTagClassName
 {
   color: #4375CD;
 }
</style>

background-color css

<style>
 a { background-color: #4375CD; }

 a { background-color: rgb(67,117,205); }

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

border-color css

<style>
 span { border-color: #4375CD; }

 span { border-color: rgb(67,117,205); }

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