Html Css Color HEX #418FCC Curious Blue

📋 copy color: '#418FCC'

red 65 ◦ green 143 ◦ blue 204

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

Shades of Curious Blue #418FCC

Tints of Curious Blue #418FCC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.71%

 BLUE value IS 204 (80.08% from 255) = 49.51%

R = 15.78%
G = 34.71%
B = 49.51%

CMYK

 C value IS 0.68

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#418FCC (or 0x418FCC) is known color: Curious Blue. HEX triplet: 41, 8F and CC. RGB value is (65,143,204). Sum of RGB (Red+Green+Blue) = 65+143+204=412 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.78% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #418FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418FCC is #BE7033. Grayscale: #7E7E7E. Windows color (decimal): -12480564 or 13406017. OLE color: 13406017.

HSL color Cylindrical-coordinate representation of color #418FCC: hue angle of 206.33º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #418FCC is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 65 143 204 -
CMYK 0.68 0.30 0 0.2
HSL 206.33º 0.58% 0.53% -
HSV(B) 206.33º 0.68% 0.8% -
XYZ 22.9 25.13 60.77 -
YUV 126.63 171.66 84.04 -
System Red Green Blue C M Y K H S L
Decimal 65 143 204 0.68 0.30 0 0.2 206.33 0.58 0.53
Hex 41 8F CC 44 1E 0 14 CE 3A 35
Octal 101 217 314 104 36 0 24 316 72 65
Binary 1000001 10001111 11001100 1000100 11110 0 10100 11001110 111010 110101

Color Harmonies of #418FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418FCC

Black with #418FCC

Text Example


Text Example

White with #418FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,143,204); }

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

background-color css

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

 a { background-color: rgb(65,143,204); }

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

border-color css

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

 span { border-color: rgb(65,143,204); }

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