Html Css Color HEX #417FCD Curious Blue

📋 copy color: '#417FCD'

red 65 ◦ green 127 ◦ blue 205

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

Shades of Curious Blue #417FCD

Tints of Curious Blue #417FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 31.99%

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

R = 16.37%
G = 31.99%
B = 51.64%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#417FCD (or 0x417FCD) is known color: Curious Blue. HEX triplet: 41, 7F and CD. RGB value is (65,127,205). Sum of RGB (Red+Green+Blue) = 65+127+205=397 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.37% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #417FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417FCD is #BE8032. Grayscale: #747474. Windows color (decimal): -12484659 or 13467457. OLE color: 13467457.

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

Color convert

RGB 65 127 205 -
CMYK 0.68 0.38 0 0.20
HSL 213.43º 0.58% 0.53% -
HSV(B) 213.43º 0.68% 0.8% -
XYZ 20.79 20.71 60.66 -
YUV 117.35 177.46 90.66 -
System Red Green Blue C M Y K H S L
Decimal 65 127 205 0.68 0.38 0 0.20 213.43 0.58 0.53
Hex 41 7F CD 44 26 0 14 D5 3A 35
Octal 101 177 315 104 46 0 24 325 72 65
Binary 1000001 1111111 11001101 1000100 100110 0 10100 11010101 111010 110101

Color Harmonies of #417FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417FCD

Black with #417FCD

Text Example


Text Example

White with #417FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,127,205); }

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

background-color css

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

 a { background-color: rgb(65,127,205); }

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

border-color css

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

 span { border-color: rgb(65,127,205); }

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