Html Css Color HEX #418ECF Curious Blue

📋 copy color: '#418ECF'

red 65 ◦ green 142 ◦ blue 207

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

Shades of Curious Blue #418ECF

Tints of Curious Blue #418ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50%

R = 15.7%
G = 34.3%
B = 50%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#418ECF (or 0x418ECF) is known color: Curious Blue. HEX triplet: 41, 8E and CF. RGB value is (65,142,207). Sum of RGB (Red+Green+Blue) = 65+142+207=414 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.70% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #418ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418ECF is #BE7130. Grayscale: #7E7E7E. Windows color (decimal): -12480817 or 13602369. OLE color: 13602369.

HSL color Cylindrical-coordinate representation of color #418ECF: hue angle of 207.46º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #418ECF is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 142 207 -
CMYK 0.69 0.31 0 0.19
HSL 207.46º 0.6% 0.53% -
HSV(B) 207.46º 0.69% 0.81% -
XYZ 23.12 24.97 62.63 -
YUV 126.39 173.49 84.21 -
System Red Green Blue C M Y K H S L
Decimal 65 142 207 0.69 0.31 0 0.19 207.46 0.6 0.53
Hex 41 8E CF 45 1F 0 13 CF 3C 35
Octal 101 216 317 105 37 0 23 317 74 65
Binary 1000001 10001110 11001111 1000101 11111 0 10011 11001111 111100 110101

Color Harmonies of #418ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418ECF

Black with #418ECF

Text Example


Text Example

White with #418ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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