Html Css Color HEX #418CBA Curious Blue

📋 copy color: '#418CBA'

red 65 ◦ green 140 ◦ blue 186

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

Shades of Curious Blue #418CBA

Tints of Curious Blue #418CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.81%

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

R = 16.62%
G = 35.81%
B = 47.57%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#418CBA (or 0x418CBA) is known color: Curious Blue. HEX triplet: 41, 8C and BA. RGB value is (65,140,186). Sum of RGB (Red+Green+Blue) = 65+140+186=391 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.62% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #418CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418CBA is #BE7345. Grayscale: #7A7A7A. Windows color (decimal): -12481350 or 12225601. OLE color: 12225601.

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

Color convert

RGB 65 140 186 -
CMYK 0.65 0.25 0 0.27
HSL 202.81º 0.48% 0.49% -
HSV(B) 202.81º 0.65% 0.73% -
XYZ 20.42 23.43 49.9 -
YUV 122.82 163.65 86.76 -
System Red Green Blue C M Y K H S L
Decimal 65 140 186 0.65 0.25 0 0.27 202.81 0.48 0.49
Hex 41 8C BA 41 19 0 1B CB 30 31
Octal 101 214 272 101 31 0 33 313 60 61
Binary 1000001 10001100 10111010 1000001 11001 0 11011 11001011 110000 110001

Color Harmonies of #418CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418CBA

Black with #418CBA

Text Example


Text Example

White with #418CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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