Html Css Color HEX #418FCD Curious Blue

📋 copy color: '#418FCD'

red 65 ◦ green 143 ◦ blue 205

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

Shades of Curious Blue #418FCD

Tints of Curious Blue #418FCD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.62%

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

R = 15.74%
G = 34.62%
B = 49.64%

CMYK

 C value IS 0.68

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#418FCD (or 0x418FCD) is known color: Curious Blue. HEX triplet: 41, 8F and CD. RGB value is (65,143,205). Sum of RGB (Red+Green+Blue) = 65+143+205=413 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.74% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #418FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418FCD is #BE7032. Grayscale: #7E7E7E. Windows color (decimal): -12480563 or 13471553. OLE color: 13471553.

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

Color convert

RGB 65 143 205 -
CMYK 0.68 0.30 0 0.20
HSL 206.57º 0.58% 0.53% -
HSV(B) 206.57º 0.68% 0.8% -
XYZ 23.02 25.18 61.4 -
YUV 126.75 172.16 83.96 -
System Red Green Blue C M Y K H S L
Decimal 65 143 205 0.68 0.30 0 0.20 206.57 0.58 0.53
Hex 41 8F CD 44 1E 0 14 CF 3A 35
Octal 101 217 315 104 36 0 24 317 72 65
Binary 1000001 10001111 11001101 1000100 11110 0 10100 11001111 111010 110101

Color Harmonies of #418FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418FCD

Black with #418FCD

Text Example


Text Example

White with #418FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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