Html Css Color HEX #418CBB Curious Blue

📋 copy color: '#418CBB'

red 65 ◦ green 140 ◦ blue 187

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

Shades of Curious Blue #418CBB

Tints of Curious Blue #418CBB

RGB

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

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

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

R = 16.58%
G = 35.71%
B = 47.7%

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

#418CBB (or 0x418CBB) is known color: Curious Blue. HEX triplet: 41, 8C and BB. RGB value is (65,140,187). Sum of RGB (Red+Green+Blue) = 65+140+187=392 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.58% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #418CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418CBB is #BE7344. Grayscale: #7A7A7A. Windows color (decimal): -12481349 or 12291137. OLE color: 12291137.

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

Color convert

RGB 65 140 187 -
CMYK 0.65 0.25 0 0.27
HSL 203.11º 0.48% 0.49% -
HSV(B) 203.11º 0.65% 0.73% -
XYZ 20.53 23.47 50.46 -
YUV 122.93 164.15 86.68 -
System Red Green Blue C M Y K H S L
Decimal 65 140 187 0.65 0.25 0 0.27 203.11 0.48 0.49
Hex 41 8C BB 41 19 0 1B CB 30 31
Octal 101 214 273 101 31 0 33 313 60 61
Binary 1000001 10001100 10111011 1000001 11001 0 11011 11001011 110000 110001

Color Harmonies of #418CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418CBB

Black with #418CBB

Text Example


Text Example

White with #418CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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