Html Css Color HEX #418FBA Curious Blue

📋 copy color: '#418FBA'

red 65 ◦ green 143 ◦ blue 186

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

Shades of Curious Blue #418FBA

Tints of Curious Blue #418FBA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.29%

 BLUE value IS 186 (73.05% from 255) = 47.21%

R = 16.5%
G = 36.29%
B = 47.21%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#418FBA (or 0x418FBA) is known color: Curious Blue. HEX triplet: 41, 8F and BA. RGB value is (65,143,186). Sum of RGB (Red+Green+Blue) = 65+143+186=394 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.50% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #418FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418FBA is #BE7045. Grayscale: #7C7C7C. Windows color (decimal): -12480582 or 12226369. OLE color: 12226369.

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

Color convert

RGB 65 143 186 -
CMYK 0.65 0.23 0 0.27
HSL 201.32º 0.48% 0.49% -
HSV(B) 201.32º 0.65% 0.73% -
XYZ 20.87 24.31 50.05 -
YUV 124.58 162.66 85.5 -
System Red Green Blue C M Y K H S L
Decimal 65 143 186 0.65 0.23 0 0.27 201.32 0.48 0.49
Hex 41 8F BA 41 17 0 1B C9 30 31
Octal 101 217 272 101 27 0 33 311 60 61
Binary 1000001 10001111 10111010 1000001 10111 0 11011 11001001 110000 110001

Color Harmonies of #418FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418FBA

Black with #418FBA

Text Example


Text Example

White with #418FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,143,186); }

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

background-color css

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

 a { background-color: rgb(65,143,186); }

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

border-color css

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

 span { border-color: rgb(65,143,186); }

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