Html Css Color HEX #418BBA Curious Blue

📋 copy color: '#418BBA'

red 65 ◦ green 139 ◦ blue 186

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

Shades of Curious Blue #418BBA

Tints of Curious Blue #418BBA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.64%

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

R = 16.67%
G = 35.64%
B = 47.69%

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

#418BBA (or 0x418BBA) is known color: Curious Blue. HEX triplet: 41, 8B and BA. RGB value is (65,139,186). Sum of RGB (Red+Green+Blue) = 65+139+186=390 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.67% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #418BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418BBA is #BE7445. Grayscale: #797979. Windows color (decimal): -12481606 or 12225345. OLE color: 12225345.

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

Color convert

RGB 65 139 186 -
CMYK 0.65 0.25 0 0.27
HSL 203.31º 0.48% 0.49% -
HSV(B) 203.31º 0.65% 0.73% -
XYZ 20.28 23.13 49.85 -
YUV 122.23 163.98 87.18 -
System Red Green Blue C M Y K H S L
Decimal 65 139 186 0.65 0.25 0 0.27 203.31 0.48 0.49
Hex 41 8B BA 41 19 0 1B CB 30 31
Octal 101 213 272 101 31 0 33 313 60 61
Binary 1000001 10001011 10111010 1000001 11001 0 11011 11001011 110000 110001

Color Harmonies of #418BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418BBA

Black with #418BBA

Text Example


Text Example

White with #418BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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