Html Css Color HEX #418CBC Curious Blue

📋 copy color: '#418CBC'

red 65 ◦ green 140 ◦ blue 188

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

Shades of Curious Blue #418CBC

Tints of Curious Blue #418CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.84%

R = 16.54%
G = 35.62%
B = 47.84%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#418CBC (or 0x418CBC) is known color: Curious Blue. HEX triplet: 41, 8C and BC. RGB value is (65,140,188). Sum of RGB (Red+Green+Blue) = 65+140+188=393 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.54% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #418CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418CBC is #BE7343. Grayscale: #7A7A7A. Windows color (decimal): -12481348 or 12356673. OLE color: 12356673.

HSL color Cylindrical-coordinate representation of color #418CBC: hue angle of 203.41º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #418CBC is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 140 188 -
CMYK 0.65 0.26 0 0.26
HSL 203.41º 0.49% 0.5% -
HSV(B) 203.41º 0.65% 0.74% -
XYZ 20.64 23.51 51.03 -
YUV 123.05 164.65 86.6 -
System Red Green Blue C M Y K H S L
Decimal 65 140 188 0.65 0.26 0 0.26 203.41 0.49 0.5
Hex 41 8C BC 41 1A 0 1A CB 31 32
Octal 101 214 274 101 32 0 32 313 61 62
Binary 1000001 10001100 10111100 1000001 11010 0 11010 11001011 110001 110010

Color Harmonies of #418CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418CBC

Black with #418CBC

Text Example


Text Example

White with #418CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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