Html Css Color HEX #418DCD Curious Blue

📋 copy color: '#418DCD'

red 65 ◦ green 141 ◦ blue 205

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

Shades of Curious Blue #418DCD

Tints of Curious Blue #418DCD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.31%

 BLUE value IS 205 (80.47% from 255) = 49.88%

R = 15.82%
G = 34.31%
B = 49.88%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#418DCD (or 0x418DCD) is known color: Curious Blue. HEX triplet: 41, 8D and CD. RGB value is (65,141,205). Sum of RGB (Red+Green+Blue) = 65+141+205=411 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.82% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #418DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418DCD is #BE7232. Grayscale: #7D7D7D. Windows color (decimal): -12481075 or 13471041. OLE color: 13471041.

HSL color Cylindrical-coordinate representation of color #418DCD: hue angle of 207.43º degrees, saturation: 0.58, 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 #418DCD is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 141 205 -
CMYK 0.68 0.31 0 0.20
HSL 207.43º 0.58% 0.53% -
HSV(B) 207.43º 0.68% 0.8% -
XYZ 22.72 24.58 61.3 -
YUV 125.57 172.82 84.8 -
System Red Green Blue C M Y K H S L
Decimal 65 141 205 0.68 0.31 0 0.20 207.43 0.58 0.53
Hex 41 8D CD 44 1F 0 14 CF 3A 35
Octal 101 215 315 104 37 0 24 317 72 65
Binary 1000001 10001101 11001101 1000100 11111 0 10100 11001111 111010 110101

Color Harmonies of #418DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418DCD

Black with #418DCD

Text Example


Text Example

White with #418DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418DCD; }

 p { color: rgb(65,141,205); }

 H1.HeaderClassName
 {
   color: #418DCD;
 }
 .AnyTagClassName
 {
   color: #418DCD;
 }
</style>

background-color css

<style>
 a { background-color: #418DCD; }

 a { background-color: rgb(65,141,205); }

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

border-color css

<style>
 span { border-color: #418DCD; }

 span { border-color: rgb(65,141,205); }

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