Html Css Color HEX #417ECA Curious Blue

📋 copy color: '#417ECA'

red 65 ◦ green 126 ◦ blue 202

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

Shades of Curious Blue #417ECA

Tints of Curious Blue #417ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.4%

R = 16.54%
G = 32.06%
B = 51.4%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#417ECA (or 0x417ECA) is known color: Curious Blue. HEX triplet: 41, 7E and CA. RGB value is (65,126,202). Sum of RGB (Red+Green+Blue) = 65+126+202=393 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.54% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #417ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417ECA is #BE8135. Grayscale: #747474. Windows color (decimal): -12484918 or 13270593. OLE color: 13270593.

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

Color convert

RGB 65 126 202 -
CMYK 0.68 0.38 0 0.21
HSL 213.28º 0.56% 0.52% -
HSV(B) 213.28º 0.68% 0.79% -
XYZ 20.3 20.31 58.73 -
YUV 116.43 176.29 91.32 -
System Red Green Blue C M Y K H S L
Decimal 65 126 202 0.68 0.38 0 0.21 213.28 0.56 0.52
Hex 41 7E CA 44 26 0 15 D5 38 34
Octal 101 176 312 104 46 0 25 325 70 64
Binary 1000001 1111110 11001010 1000100 100110 0 10101 11010101 111000 110100

Color Harmonies of #417ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417ECA

Black with #417ECA

Text Example


Text Example

White with #417ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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