Html Css Color HEX #4175CA Royal Blue

📋 copy color: '#4175CA'

red 65 ◦ green 117 ◦ blue 202

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

Shades of Royal Blue #4175CA

Tints of Royal Blue #4175CA

RGB

 RED value IS 65 (25.78% from 255) = 16.93%

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

 BLUE value IS 202 (79.3% from 255) = 52.6%

R = 16.93%
G = 30.47%
B = 52.6%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4175CA (or 0x4175CA) is known color: Royal Blue. HEX triplet: 41, 75 and CA. RGB value is (65,117,202). Sum of RGB (Red+Green+Blue) = 65+117+202=384 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.93% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #4175CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4175CA is #BE8A35. Grayscale: #6E6E6E. Windows color (decimal): -12487222 or 13268289. OLE color: 13268289.

HSL color Cylindrical-coordinate representation of color #4175CA: hue angle of 217.23º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4175CA is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 65 117 202 -
CMYK 0.68 0.42 0 0.21
HSL 217.23º 0.56% 0.52% -
HSV(B) 217.23º 0.68% 0.79% -
XYZ 19.2 18.11 58.36 -
YUV 111.14 179.27 95.09 -
System Red Green Blue C M Y K H S L
Decimal 65 117 202 0.68 0.42 0 0.21 217.23 0.56 0.52
Hex 41 75 CA 44 2A 0 15 D9 38 34
Octal 101 165 312 104 52 0 25 331 70 64
Binary 1000001 1110101 11001010 1000100 101010 0 10101 11011001 111000 110100

Color Harmonies of #4175CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4175CA

Black with #4175CA

Text Example


Text Example

White with #4175CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4175CA; }

 p { color: rgb(65,117,202); }

 H1.HeaderClassName
 {
   color: #4175CA;
 }
 .AnyTagClassName
 {
   color: #4175CA;
 }
</style>

background-color css

<style>
 a { background-color: #4175CA; }

 a { background-color: rgb(65,117,202); }

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

border-color css

<style>
 span { border-color: #4175CA; }

 span { border-color: rgb(65,117,202); }

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