Html Css Color HEX #418DBC Curious Blue

📋 copy color: '#418DBC'

red 65 ◦ green 141 ◦ blue 188

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

Shades of Curious Blue #418DBC

Tints of Curious Blue #418DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.72%

R = 16.5%
G = 35.79%
B = 47.72%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#418DBC (or 0x418DBC) is known color: Curious Blue. HEX triplet: 41, 8D and BC. RGB value is (65,141,188). Sum of RGB (Red+Green+Blue) = 65+141+188=394 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.50% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #418DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418DBC is #BE7243. Grayscale: #7B7B7B. Windows color (decimal): -12481092 or 12356929. OLE color: 12356929.

HSL color Cylindrical-coordinate representation of color #418DBC: hue angle of 202.93º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #418DBC is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 141 188 -
CMYK 0.65 0.25 0 0.26
HSL 202.93º 0.49% 0.5% -
HSV(B) 202.93º 0.65% 0.74% -
XYZ 20.78 23.8 51.08 -
YUV 123.63 164.32 86.18 -
System Red Green Blue C M Y K H S L
Decimal 65 141 188 0.65 0.25 0 0.26 202.93 0.49 0.5
Hex 41 8D BC 41 19 0 1A CB 31 32
Octal 101 215 274 101 31 0 32 313 61 62
Binary 1000001 10001101 10111100 1000001 11001 0 11010 11001011 110001 110010

Color Harmonies of #418DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418DBC

Black with #418DBC

Text Example


Text Example

White with #418DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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