Html Css Color HEX #418ECB Curious Blue

📋 copy color: '#418ECB'

red 65 ◦ green 142 ◦ blue 203

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

Shades of Curious Blue #418ECB

Tints of Curious Blue #418ECB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.63%

 BLUE value IS 203 (79.69% from 255) = 49.51%

R = 15.85%
G = 34.63%
B = 49.51%

CMYK

 C value IS 0.68

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#418ECB (or 0x418ECB) is known color: Curious Blue. HEX triplet: 41, 8E and CB. RGB value is (65,142,203). Sum of RGB (Red+Green+Blue) = 65+142+203=410 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.85% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #418ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418ECB is #BE7134. Grayscale: #7D7D7D. Windows color (decimal): -12480821 or 13340225. OLE color: 13340225.

HSL color Cylindrical-coordinate representation of color #418ECB: hue angle of 206.52º degrees, saturation: 0.57, 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 #418ECB is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 142 203 -
CMYK 0.68 0.30 0 0.20
HSL 206.52º 0.57% 0.53% -
HSV(B) 206.52º 0.68% 0.8% -
XYZ 22.63 24.78 60.09 -
YUV 125.93 171.49 84.54 -
System Red Green Blue C M Y K H S L
Decimal 65 142 203 0.68 0.30 0 0.20 206.52 0.57 0.53
Hex 41 8E CB 44 1E 0 14 CF 39 35
Octal 101 216 313 104 36 0 24 317 71 65
Binary 1000001 10001110 11001011 1000100 11110 0 10100 11001111 111001 110101

Color Harmonies of #418ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418ECB

Black with #418ECB

Text Example


Text Example

White with #418ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,142,203); }

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

background-color css

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

 a { background-color: rgb(65,142,203); }

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

border-color css

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

 span { border-color: rgb(65,142,203); }

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