Html Css Color HEX #418CCC Curious Blue

📋 copy color: '#418CCC'

red 65 ◦ green 140 ◦ blue 204

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

Shades of Curious Blue #418CCC

Tints of Curious Blue #418CCC

RGB

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

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

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

R = 15.89%
G = 34.23%
B = 49.88%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#418CCC (or 0x418CCC) is known color: Curious Blue. HEX triplet: 41, 8C and CC. RGB value is (65,140,204). Sum of RGB (Red+Green+Blue) = 65+140+204=409 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.89% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #418CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418CCC is #BE7333. Grayscale: #7C7C7C. Windows color (decimal): -12481332 or 13405249. OLE color: 13405249.

HSL color Cylindrical-coordinate representation of color #418CCC: hue angle of 207.63º 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 #418CCC is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 65 140 204 -
CMYK 0.68 0.31 0 0.2
HSL 207.63º 0.58% 0.53% -
HSV(B) 207.63º 0.68% 0.8% -
XYZ 22.46 24.24 60.62 -
YUV 124.87 172.65 85.3 -
System Red Green Blue C M Y K H S L
Decimal 65 140 204 0.68 0.31 0 0.2 207.63 0.58 0.53
Hex 41 8C CC 44 1F 0 14 D0 3A 35
Octal 101 214 314 104 37 0 24 320 72 65
Binary 1000001 10001100 11001100 1000100 11111 0 10100 11010000 111010 110101

Color Harmonies of #418CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418CCC

Black with #418CCC

Text Example


Text Example

White with #418CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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