Html Css Color HEX #417DCA Curious Blue

📋 copy color: '#417DCA'

red 65 ◦ green 125 ◦ blue 202

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

Shades of Curious Blue #417DCA

Tints of Curious Blue #417DCA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.89%

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

R = 16.58%
G = 31.89%
B = 51.53%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#417DCA (or 0x417DCA) is known color: Curious Blue. HEX triplet: 41, 7D and CA. RGB value is (65,125,202). Sum of RGB (Red+Green+Blue) = 65+125+202=392 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.58% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #417DCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417DCA is #BE8235. Grayscale: #737373. Windows color (decimal): -12485174 or 13270337. OLE color: 13270337.

HSL color Cylindrical-coordinate representation of color #417DCA: hue angle of 213.72º 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 #417DCA is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 65 125 202 -
CMYK 0.68 0.38 0 0.21
HSL 213.72º 0.56% 0.52% -
HSV(B) 213.72º 0.68% 0.79% -
XYZ 20.17 20.06 58.68 -
YUV 115.84 176.62 91.74 -
System Red Green Blue C M Y K H S L
Decimal 65 125 202 0.68 0.38 0 0.21 213.72 0.56 0.52
Hex 41 7D CA 44 26 0 15 D6 38 34
Octal 101 175 312 104 46 0 25 326 70 64
Binary 1000001 1111101 11001010 1000100 100110 0 10101 11010110 111000 110100

Color Harmonies of #417DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417DCA

Black with #417DCA

Text Example


Text Example

White with #417DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417DCA; }

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

 H1.HeaderClassName
 {
   color: #417DCA;
 }
 .AnyTagClassName
 {
   color: #417DCA;
 }
</style>

background-color css

<style>
 a { background-color: #417DCA; }

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

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

border-color css

<style>
 span { border-color: #417DCA; }

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

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