Html Css Color HEX #418DC0 Curious Blue

📋 copy color: '#418DC0'

red 65 ◦ green 141 ◦ blue 192

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

Shades of Curious Blue #418DC0

Tints of Curious Blue #418DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.24%

R = 16.33%
G = 35.43%
B = 48.24%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#418DC0 (or 0x418DC0) is known color: Curious Blue. HEX triplet: 41, 8D and C0. RGB value is (65,141,192). Sum of RGB (Red+Green+Blue) = 65+141+192=398 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.33% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 192 - color contains mainly: blue. Hex color #418DC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418DC0 is #BE723F. Grayscale: #7B7B7B. Windows color (decimal): -12481088 or 12619073. OLE color: 12619073.

HSL color Cylindrical-coordinate representation of color #418DC0: hue angle of 204.09º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #418DC0 is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 141 192 -
CMYK 0.66 0.27 0 0.25
HSL 204.09º 0.5% 0.5% -
HSV(B) 204.09º 0.66% 0.75% -
XYZ 21.22 23.98 53.38 -
YUV 124.09 166.32 85.85 -
System Red Green Blue C M Y K H S L
Decimal 65 141 192 0.66 0.27 0 0.25 204.09 0.5 0.5
Hex 41 8D C0 42 1B 0 19 CC 32 32
Octal 101 215 300 102 33 0 31 314 62 62
Binary 1000001 10001101 11000000 1000010 11011 0 11001 11001100 110010 110010

Color Harmonies of #418DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418DC0

Black with #418DC0

Text Example


Text Example

White with #418DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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