Html Css Color HEX #417EC1 Curious Blue

📋 copy color: '#417EC1'

red 65 ◦ green 126 ◦ blue 193

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

Shades of Curious Blue #417EC1

Tints of Curious Blue #417EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 50.26%

R = 16.93%
G = 32.81%
B = 50.26%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#417EC1 (or 0x417EC1) is known color: Curious Blue. HEX triplet: 41, 7E and C1. RGB value is (65,126,193). Sum of RGB (Red+Green+Blue) = 65+126+193=384 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.93% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #417EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417EC1 is #BE813E. Grayscale: #737373. Windows color (decimal): -12484927 or 12680769. OLE color: 12680769.

HSL color Cylindrical-coordinate representation of color #417EC1: hue angle of 211.41º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #417EC1 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 65 126 193 -
CMYK 0.66 0.35 0 0.24
HSL 211.41º 0.51% 0.51% -
HSV(B) 211.41º 0.66% 0.76% -
XYZ 19.27 19.9 53.28 -
YUV 115.4 171.79 92.05 -
System Red Green Blue C M Y K H S L
Decimal 65 126 193 0.66 0.35 0 0.24 211.41 0.51 0.51
Hex 41 7E C1 42 23 0 18 D3 33 33
Octal 101 176 301 102 43 0 30 323 63 63
Binary 1000001 1111110 11000001 1000010 100011 0 11000 11010011 110011 110011

Color Harmonies of #417EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417EC1

Black with #417EC1

Text Example


Text Example

White with #417EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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