Html Css Color HEX #417FCB Curious Blue

📋 copy color: '#417FCB'

red 65 ◦ green 127 ◦ blue 203

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

Shades of Curious Blue #417FCB

Tints of Curious Blue #417FCB

RGB

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

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

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

R = 16.46%
G = 32.15%
B = 51.39%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#417FCB (or 0x417FCB) is known color: Curious Blue. HEX triplet: 41, 7F and CB. RGB value is (65,127,203). Sum of RGB (Red+Green+Blue) = 65+127+203=395 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.46% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #417FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417FCB is #BE8034. Grayscale: #747474. Windows color (decimal): -12484661 or 13336385. OLE color: 13336385.

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

Color convert

RGB 65 127 203 -
CMYK 0.68 0.37 0 0.20
HSL 213.04º 0.57% 0.53% -
HSV(B) 213.04º 0.68% 0.8% -
XYZ 20.55 20.61 59.4 -
YUV 117.13 176.46 90.82 -
System Red Green Blue C M Y K H S L
Decimal 65 127 203 0.68 0.37 0 0.20 213.04 0.57 0.53
Hex 41 7F CB 44 25 0 14 D5 39 35
Octal 101 177 313 104 45 0 24 325 71 65
Binary 1000001 1111111 11001011 1000100 100101 0 10100 11010101 111001 110101

Color Harmonies of #417FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417FCB

Black with #417FCB

Text Example


Text Example

White with #417FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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