Html Css Color HEX #417FBD Curious Blue

📋 copy color: '#417FBD'

red 65 ◦ green 127 ◦ blue 189

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

Shades of Curious Blue #417FBD

Tints of Curious Blue #417FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.61%

R = 17.06%
G = 33.33%
B = 49.61%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#417FBD (or 0x417FBD) is known color: Curious Blue. HEX triplet: 41, 7F and BD. RGB value is (65,127,189). Sum of RGB (Red+Green+Blue) = 65+127+189=381 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.06% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #417FBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417FBD is #BE8042. Grayscale: #737373. Windows color (decimal): -12484675 or 12418881. OLE color: 12418881.

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

Color convert

RGB 65 127 189 -
CMYK 0.66 0.33 0 0.26
HSL 210º 0.49% 0.5% -
HSV(B) 210º 0.66% 0.74% -
XYZ 18.95 19.98 51 -
YUV 115.53 169.46 91.96 -
System Red Green Blue C M Y K H S L
Decimal 65 127 189 0.66 0.33 0 0.26 210 0.49 0.5
Hex 41 7F BD 42 21 0 1A D2 31 32
Octal 101 177 275 102 41 0 32 322 61 62
Binary 1000001 1111111 10111101 1000010 100001 0 11010 11010010 110001 110010

Color Harmonies of #417FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417FBD

Black with #417FBD

Text Example


Text Example

White with #417FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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