Html Css Color HEX #418ABE Curious Blue

📋 copy color: '#418ABE'

red 65 ◦ green 138 ◦ blue 190

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

Shades of Curious Blue #418ABE

Tints of Curious Blue #418ABE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.11%

 BLUE value IS 190 (74.61% from 255) = 48.35%

R = 16.54%
G = 35.11%
B = 48.35%

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

#418ABE (or 0x418ABE) is known color: Curious Blue. HEX triplet: 41, 8A and BE. RGB value is (65,138,190). Sum of RGB (Red+Green+Blue) = 65+138+190=393 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.54% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #418ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418ABE is #BE7541. Grayscale: #797979. Windows color (decimal): -12481858 or 12487233. OLE color: 12487233.

HSL color Cylindrical-coordinate representation of color #418ABE: hue angle of 204.96º degrees, saturation: 0.49, 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 #418ABE is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 138 190 -
CMYK 0.66 0.27 0 0.25
HSL 204.96º 0.49% 0.5% -
HSV(B) 204.96º 0.66% 0.75% -
XYZ 20.56 23.02 52.07 -
YUV 122.1 166.32 87.27 -
System Red Green Blue C M Y K H S L
Decimal 65 138 190 0.66 0.27 0 0.25 204.96 0.49 0.5
Hex 41 8A BE 42 1B 0 19 CD 31 32
Octal 101 212 276 102 33 0 31 315 61 62
Binary 1000001 10001010 10111110 1000010 11011 0 11001 11001101 110001 110010

Color Harmonies of #418ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418ABE

Black with #418ABE

Text Example


Text Example

White with #418ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,138,190); }

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

background-color css

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

 a { background-color: rgb(65,138,190); }

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

border-color css

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

 span { border-color: rgb(65,138,190); }

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