Html Css Color HEX #417DC8 Curious Blue

📋 copy color: '#417DC8'

red 65 ◦ green 125 ◦ blue 200

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

Shades of Curious Blue #417DC8

Tints of Curious Blue #417DC8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.05%

 BLUE value IS 200 (78.52% from 255) = 51.28%

R = 16.67%
G = 32.05%
B = 51.28%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#417DC8 (or 0x417DC8) is known color: Curious Blue. HEX triplet: 41, 7D and C8. RGB value is (65,125,200). Sum of RGB (Red+Green+Blue) = 65+125+200=390 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.67% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 200 (78.52% from 255 or 51.28% from 390); Max value from RGB is 200 - color contains mainly: blue. Hex color #417DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417DC8 is #BE8237. Grayscale: #737373. Windows color (decimal): -12485176 or 13139265. OLE color: 13139265.

HSL color Cylindrical-coordinate representation of color #417DC8: hue angle of 213.33º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #417DC8 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 65 125 200 -
CMYK 0.68 0.38 0 0.22
HSL 213.33º 0.55% 0.52% -
HSV(B) 213.33º 0.68% 0.78% -
XYZ 19.94 19.96 57.45 -
YUV 115.61 175.62 91.9 -
System Red Green Blue C M Y K H S L
Decimal 65 125 200 0.68 0.38 0 0.22 213.33 0.55 0.52
Hex 41 7D C8 44 26 0 16 D5 37 34
Octal 101 175 310 104 46 0 26 325 67 64
Binary 1000001 1111101 11001000 1000100 100110 0 10110 11010101 110111 110100

Color Harmonies of #417DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417DC8

Black with #417DC8

Text Example


Text Example

White with #417DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,125,200); }

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

background-color css

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

 a { background-color: rgb(65,125,200); }

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

border-color css

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

 span { border-color: rgb(65,125,200); }

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