Html Css Color HEX #417EC9 Curious Blue

📋 copy color: '#417EC9'

red 65 ◦ green 126 ◦ blue 201

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

Shades of Curious Blue #417EC9

Tints of Curious Blue #417EC9

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.14%

 BLUE value IS 201 (78.91% from 255) = 51.28%

R = 16.58%
G = 32.14%
B = 51.28%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#417EC9 (or 0x417EC9) is known color: Curious Blue. HEX triplet: 41, 7E and C9. RGB value is (65,126,201). Sum of RGB (Red+Green+Blue) = 65+126+201=392 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.58% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #417EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417EC9 is #BE8136. Grayscale: #737373. Windows color (decimal): -12484919 or 13205057. OLE color: 13205057.

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

Color convert

RGB 65 126 201 -
CMYK 0.68 0.37 0 0.21
HSL 213.09º 0.56% 0.52% -
HSV(B) 213.09º 0.68% 0.79% -
XYZ 20.18 20.26 58.11 -
YUV 116.31 175.79 91.4 -
System Red Green Blue C M Y K H S L
Decimal 65 126 201 0.68 0.37 0 0.21 213.09 0.56 0.52
Hex 41 7E C9 44 25 0 15 D5 38 34
Octal 101 176 311 104 45 0 25 325 70 64
Binary 1000001 1111110 11001001 1000100 100101 0 10101 11010101 111000 110100

Color Harmonies of #417EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417EC9

Black with #417EC9

Text Example


Text Example

White with #417EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,126,201); }

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

background-color css

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

 a { background-color: rgb(65,126,201); }

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

border-color css

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

 span { border-color: rgb(65,126,201); }

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