Html Css Color HEX #417ECB Curious Blue

📋 copy color: '#417ECB'

red 65 ◦ green 126 ◦ blue 203

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

Shades of Curious Blue #417ECB

Tints of Curious Blue #417ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.52%

R = 16.5%
G = 31.98%
B = 51.52%

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

#417ECB (or 0x417ECB) is known color: Curious Blue. HEX triplet: 41, 7E and CB. RGB value is (65,126,203). Sum of RGB (Red+Green+Blue) = 65+126+203=394 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.50% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #417ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417ECB is #BE8134. Grayscale: #747474. Windows color (decimal): -12484917 or 13336129. OLE color: 13336129.

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

Color convert

RGB 65 126 203 -
CMYK 0.68 0.38 0 0.20
HSL 213.48º 0.57% 0.53% -
HSV(B) 213.48º 0.68% 0.8% -
XYZ 20.42 20.36 59.35 -
YUV 116.54 176.79 91.24 -
System Red Green Blue C M Y K H S L
Decimal 65 126 203 0.68 0.38 0 0.20 213.48 0.57 0.53
Hex 41 7E CB 44 26 0 14 D5 39 35
Octal 101 176 313 104 46 0 24 325 71 65
Binary 1000001 1111110 11001011 1000100 100110 0 10100 11010101 111001 110101

Color Harmonies of #417ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417ECB

Black with #417ECB

Text Example


Text Example

White with #417ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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