Html Css Color HEX #418ED0 Curious Blue

📋 copy color: '#418ED0'

red 65 ◦ green 142 ◦ blue 208

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

Shades of Curious Blue #418ED0

Tints of Curious Blue #418ED0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.22%

 BLUE value IS 208 (81.64% from 255) = 50.12%

R = 15.66%
G = 34.22%
B = 50.12%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#418ED0 (or 0x418ED0) is known color: Curious Blue. HEX triplet: 41, 8E and D0. RGB value is (65,142,208). Sum of RGB (Red+Green+Blue) = 65+142+208=415 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.66% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 208 (81.64% from 255 or 50.12% from 415); Max value from RGB is 208 - color contains mainly: blue. Hex color #418ED0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418ED0 is #BE712F. Grayscale: #7E7E7E. Windows color (decimal): -12480816 or 13667905. OLE color: 13667905.

HSL color Cylindrical-coordinate representation of color #418ED0: hue angle of 207.69º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #418ED0 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 65 142 208 -
CMYK 0.69 0.32 0 0.18
HSL 207.69º 0.6% 0.54% -
HSV(B) 207.69º 0.69% 0.82% -
XYZ 23.24 25.02 63.28 -
YUV 126.5 173.99 84.13 -
System Red Green Blue C M Y K H S L
Decimal 65 142 208 0.69 0.32 0 0.18 207.69 0.6 0.54
Hex 41 8E D0 45 20 0 12 D0 3C 36
Octal 101 216 320 105 40 0 22 320 74 66
Binary 1000001 10001110 11010000 1000101 100000 0 10010 11010000 111100 110110

Color Harmonies of #418ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418ED0

Black with #418ED0

Text Example


Text Example

White with #418ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,142,208); }

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

background-color css

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

 a { background-color: rgb(65,142,208); }

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

border-color css

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

 span { border-color: rgb(65,142,208); }

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