Html Css Color HEX #417FBE Curious Blue

📋 copy color: '#417FBE'

red 65 ◦ green 127 ◦ blue 190

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

Shades of Curious Blue #417FBE

Tints of Curious Blue #417FBE

RGB

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

 GREEN value IS 127 (50% from 255) = 33.25%

 BLUE value IS 190 (74.61% from 255) = 49.74%

R = 17.02%
G = 33.25%
B = 49.74%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#417FBE (or 0x417FBE) is known color: Curious Blue. HEX triplet: 41, 7F and BE. RGB value is (65,127,190). Sum of RGB (Red+Green+Blue) = 65+127+190=382 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.02% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #417FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417FBE is #BE8041. Grayscale: #737373. Windows color (decimal): -12484674 or 12484417. OLE color: 12484417.

HSL color Cylindrical-coordinate representation of color #417FBE: hue angle of 210.24º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #417FBE is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 127 190 -
CMYK 0.66 0.33 0 0.25
HSL 210.24º 0.49% 0.5% -
HSV(B) 210.24º 0.66% 0.75% -
XYZ 19.06 20.02 51.57 -
YUV 115.64 169.96 91.88 -
System Red Green Blue C M Y K H S L
Decimal 65 127 190 0.66 0.33 0 0.25 210.24 0.49 0.5
Hex 41 7F BE 42 21 0 19 D2 31 32
Octal 101 177 276 102 41 0 31 322 61 62
Binary 1000001 1111111 10111110 1000010 100001 0 11001 11010010 110001 110010

Color Harmonies of #417FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417FBE

Black with #417FBE

Text Example


Text Example

White with #417FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,127,190); }

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

background-color css

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

 a { background-color: rgb(65,127,190); }

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

border-color css

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

 span { border-color: rgb(65,127,190); }

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