Html Css Color HEX #418EBB Curious Blue

📋 copy color: '#418EBB'

red 65 ◦ green 142 ◦ blue 187

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

Shades of Curious Blue #418EBB

Tints of Curious Blue #418EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.46%

R = 16.5%
G = 36.04%
B = 47.46%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#418EBB (or 0x418EBB) is known color: Curious Blue. HEX triplet: 41, 8E and BB. RGB value is (65,142,187). Sum of RGB (Red+Green+Blue) = 65+142+187=394 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.50% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #418EBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418EBB is #BE7144. Grayscale: #7B7B7B. Windows color (decimal): -12480837 or 12291649. OLE color: 12291649.

HSL color Cylindrical-coordinate representation of color #418EBB: hue angle of 202.13º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #418EBB is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 142 187 -
CMYK 0.65 0.24 0 0.27
HSL 202.13º 0.48% 0.49% -
HSV(B) 202.13º 0.65% 0.73% -
XYZ 20.82 24.06 50.56 -
YUV 124.11 163.49 85.84 -
System Red Green Blue C M Y K H S L
Decimal 65 142 187 0.65 0.24 0 0.27 202.13 0.48 0.49
Hex 41 8E BB 41 18 0 1B CA 30 31
Octal 101 216 273 101 30 0 33 312 60 61
Binary 1000001 10001110 10111011 1000001 11000 0 11011 11001010 110000 110001

Color Harmonies of #418EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418EBB

Black with #418EBB

Text Example


Text Example

White with #418EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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