Html Css Color HEX #418CBF Curious Blue

📋 copy color: '#418CBF'

red 65 ◦ green 140 ◦ blue 191

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

Shades of Curious Blue #418CBF

Tints of Curious Blue #418CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.23%

R = 16.41%
G = 35.35%
B = 48.23%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#418CBF (or 0x418CBF) is known color: Curious Blue. HEX triplet: 41, 8C and BF. RGB value is (65,140,191). Sum of RGB (Red+Green+Blue) = 65+140+191=396 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.41% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #418CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418CBF is #BE7340. Grayscale: #7B7B7B. Windows color (decimal): -12481345 or 12553281. OLE color: 12553281.

HSL color Cylindrical-coordinate representation of color #418CBF: hue angle of 204.29º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #418CBF is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 140 191 -
CMYK 0.66 0.27 0 0.25
HSL 204.29º 0.5% 0.5% -
HSV(B) 204.29º 0.66% 0.75% -
XYZ 20.96 23.64 52.75 -
YUV 123.39 166.15 86.35 -
System Red Green Blue C M Y K H S L
Decimal 65 140 191 0.66 0.27 0 0.25 204.29 0.5 0.5
Hex 41 8C BF 42 1B 0 19 CC 32 32
Octal 101 214 277 102 33 0 31 314 62 62
Binary 1000001 10001100 10111111 1000010 11011 0 11001 11001100 110010 110010

Color Harmonies of #418CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418CBF

Black with #418CBF

Text Example


Text Example

White with #418CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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