Html Css Color HEX #417EC6 Curious Blue

📋 copy color: '#417EC6'

red 65 ◦ green 126 ◦ blue 198

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

Shades of Curious Blue #417EC6

Tints of Curious Blue #417EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 50.9%

R = 16.71%
G = 32.39%
B = 50.9%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#417EC6 (or 0x417EC6) is known color: Curious Blue. HEX triplet: 41, 7E and C6. RGB value is (65,126,198). Sum of RGB (Red+Green+Blue) = 65+126+198=389 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.71% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 198 (77.73% from 255 or 50.90% from 389); Max value from RGB is 198 - color contains mainly: blue. Hex color #417EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417EC6 is #BE8139. Grayscale: #737373. Windows color (decimal): -12484922 or 13008449. OLE color: 13008449.

HSL color Cylindrical-coordinate representation of color #417EC6: hue angle of 212.48º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #417EC6 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 65 126 198 -
CMYK 0.67 0.36 0 0.22
HSL 212.48º 0.54% 0.52% -
HSV(B) 212.48º 0.67% 0.78% -
XYZ 19.83 20.12 56.26 -
YUV 115.97 174.29 91.65 -
System Red Green Blue C M Y K H S L
Decimal 65 126 198 0.67 0.36 0 0.22 212.48 0.54 0.52
Hex 41 7E C6 43 24 0 16 D4 36 34
Octal 101 176 306 103 44 0 26 324 66 64
Binary 1000001 1111110 11000110 1000011 100100 0 10110 11010100 110110 110100

Color Harmonies of #417EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417EC6

Black with #417EC6

Text Example


Text Example

White with #417EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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