Html Css Color HEX #418EBC Curious Blue

📋 copy color: '#418EBC'

red 65 ◦ green 142 ◦ blue 188

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

Shades of Curious Blue #418EBC

Tints of Curious Blue #418EBC

RGB

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

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

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

R = 16.46%
G = 35.95%
B = 47.59%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#418EBC (or 0x418EBC) is known color: Curious Blue. HEX triplet: 41, 8E and BC. RGB value is (65,142,188). Sum of RGB (Red+Green+Blue) = 65+142+188=395 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.46% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #418EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418EBC is #BE7143. Grayscale: #7B7B7B. Windows color (decimal): -12480836 or 12357185. OLE color: 12357185.

HSL color Cylindrical-coordinate representation of color #418EBC: hue angle of 202.44º 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 #418EBC is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 142 188 -
CMYK 0.65 0.24 0 0.26
HSL 202.44º 0.49% 0.5% -
HSV(B) 202.44º 0.65% 0.74% -
XYZ 20.93 24.1 51.13 -
YUV 124.22 163.99 85.76 -
System Red Green Blue C M Y K H S L
Decimal 65 142 188 0.65 0.24 0 0.26 202.44 0.49 0.5
Hex 41 8E BC 41 18 0 1A CA 31 32
Octal 101 216 274 101 30 0 32 312 61 62
Binary 1000001 10001110 10111100 1000001 11000 0 11010 11001010 110001 110010

Color Harmonies of #418EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418EBC

Black with #418EBC

Text Example


Text Example

White with #418EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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