Html Css Color HEX #417CCB Curious Blue

📋 copy color: '#417CCB'

red 65 ◦ green 124 ◦ blue 203

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

Shades of Curious Blue #417CCB

Tints of Curious Blue #417CCB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.63%

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

R = 16.58%
G = 31.63%
B = 51.79%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#417CCB (or 0x417CCB) is known color: Curious Blue. HEX triplet: 41, 7C and CB. RGB value is (65,124,203). Sum of RGB (Red+Green+Blue) = 65+124+203=392 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.58% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #417CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417CCB is #BE8334. Grayscale: #727272. Windows color (decimal): -12485429 or 13335617. OLE color: 13335617.

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

Color convert

RGB 65 124 203 -
CMYK 0.68 0.39 0 0.20
HSL 214.35º 0.57% 0.53% -
HSV(B) 214.35º 0.68% 0.8% -
XYZ 20.17 19.85 59.27 -
YUV 115.37 177.45 92.08 -
System Red Green Blue C M Y K H S L
Decimal 65 124 203 0.68 0.39 0 0.20 214.35 0.57 0.53
Hex 41 7C CB 44 27 0 14 D6 39 35
Octal 101 174 313 104 47 0 24 326 71 65
Binary 1000001 1111100 11001011 1000100 100111 0 10100 11010110 111001 110101

Color Harmonies of #417CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417CCB

Black with #417CCB

Text Example


Text Example

White with #417CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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