Html Css Color HEX #4375CB Royal Blue

📋 copy color: '#4375CB'

red 67 ◦ green 117 ◦ blue 203

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

Shades of Royal Blue #4375CB

Tints of Royal Blue #4375CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.45%

R = 17.31%
G = 30.23%
B = 52.45%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4375CB (or 0x4375CB) is known color: Royal Blue. HEX triplet: 43, 75 and CB. RGB value is (67,117,203). Sum of RGB (Red+Green+Blue) = 67+117+203=387 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.31% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #4375CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4375CB is #BC8A34. Grayscale: #6F6F6F. Windows color (decimal): -12356149 or 13333827. OLE color: 13333827.

HSL color Cylindrical-coordinate representation of color #4375CB: hue angle of 217.94º degrees, saturation: 0.57, 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 #4375CB is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 67 117 203 -
CMYK 0.67 0.42 0 0.20
HSL 217.94º 0.57% 0.53% -
HSV(B) 217.94º 0.67% 0.8% -
XYZ 19.46 18.23 58.99 -
YUV 111.85 179.44 96.01 -
System Red Green Blue C M Y K H S L
Decimal 67 117 203 0.67 0.42 0 0.20 217.94 0.57 0.53
Hex 43 75 CB 43 2A 0 14 DA 39 35
Octal 103 165 313 103 52 0 24 332 71 65
Binary 1000011 1110101 11001011 1000011 101010 0 10100 11011010 111001 110101

Color Harmonies of #4375CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4375CB

Black with #4375CB

Text Example


Text Example

White with #4375CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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