Html Css Color HEX #418BBB Curious Blue

📋 copy color: '#418BBB'

red 65 ◦ green 139 ◦ blue 187

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

Shades of Curious Blue #418BBB

Tints of Curious Blue #418BBB

RGB

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

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

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

R = 16.62%
G = 35.55%
B = 47.83%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#418BBB (or 0x418BBB) is known color: Curious Blue. HEX triplet: 41, 8B and BB. RGB value is (65,139,187). Sum of RGB (Red+Green+Blue) = 65+139+187=391 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.62% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #418BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418BBB is #BE7444. Grayscale: #7A7A7A. Windows color (decimal): -12481605 or 12290881. OLE color: 12290881.

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

Color convert

RGB 65 139 187 -
CMYK 0.65 0.26 0 0.27
HSL 203.61º 0.48% 0.49% -
HSV(B) 203.61º 0.65% 0.73% -
XYZ 20.38 23.18 50.41 -
YUV 122.35 164.48 87.1 -
System Red Green Blue C M Y K H S L
Decimal 65 139 187 0.65 0.26 0 0.27 203.61 0.48 0.49
Hex 41 8B BB 41 1A 0 1B CC 30 31
Octal 101 213 273 101 32 0 33 314 60 61
Binary 1000001 10001011 10111011 1000001 11010 0 11011 11001100 110000 110001

Color Harmonies of #418BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418BBB

Black with #418BBB

Text Example


Text Example

White with #418BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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