Html Css Color HEX #418BCC Curious Blue

📋 copy color: '#418BCC'

red 65 ◦ green 139 ◦ blue 204

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

Shades of Curious Blue #418BCC

Tints of Curious Blue #418BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.07%

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

R = 15.93%
G = 34.07%
B = 50%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#418BCC (or 0x418BCC) is known color: Curious Blue. HEX triplet: 41, 8B and CC. RGB value is (65,139,204). Sum of RGB (Red+Green+Blue) = 65+139+204=408 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.93% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #418BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418BCC is #BE7433. Grayscale: #7B7B7B. Windows color (decimal): -12481588 or 13404993. OLE color: 13404993.

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

Color convert

RGB 65 139 204 -
CMYK 0.68 0.32 0 0.2
HSL 208.06º 0.58% 0.53% -
HSV(B) 208.06º 0.68% 0.8% -
XYZ 22.31 23.95 60.57 -
YUV 124.28 172.98 85.71 -
System Red Green Blue C M Y K H S L
Decimal 65 139 204 0.68 0.32 0 0.2 208.06 0.58 0.53
Hex 41 8B CC 44 20 0 14 D0 3A 35
Octal 101 213 314 104 40 0 24 320 72 65
Binary 1000001 10001011 11001100 1000100 100000 0 10100 11010000 111010 110101

Color Harmonies of #418BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418BCC

Black with #418BCC

Text Example


Text Example

White with #418BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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