Html Css Color HEX #418ACD Curious Blue

📋 copy color: '#418ACD'

red 65 ◦ green 138 ◦ blue 205

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

Shades of Curious Blue #418ACD

Tints of Curious Blue #418ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.82%

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

R = 15.93%
G = 33.82%
B = 50.25%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#418ACD (or 0x418ACD) is known color: Curious Blue. HEX triplet: 41, 8A and CD. RGB value is (65,138,205). Sum of RGB (Red+Green+Blue) = 65+138+205=408 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.93% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #418ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418ACD is #BE7532. Grayscale: #7B7B7B. Windows color (decimal): -12481843 or 13470273. OLE color: 13470273.

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

Color convert

RGB 65 138 205 -
CMYK 0.68 0.33 0 0.20
HSL 208.71º 0.58% 0.53% -
HSV(B) 208.71º 0.68% 0.8% -
XYZ 22.29 23.71 61.16 -
YUV 123.81 173.82 86.05 -
System Red Green Blue C M Y K H S L
Decimal 65 138 205 0.68 0.33 0 0.20 208.71 0.58 0.53
Hex 41 8A CD 44 21 0 14 D1 3A 35
Octal 101 212 315 104 41 0 24 321 72 65
Binary 1000001 10001010 11001101 1000100 100001 0 10100 11010001 111010 110101

Color Harmonies of #418ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418ACD

Black with #418ACD

Text Example


Text Example

White with #418ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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