Html Css Color HEX #418ACF Curious Blue

📋 copy color: '#418ACF'

red 65 ◦ green 138 ◦ blue 207

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

Shades of Curious Blue #418ACF

Tints of Curious Blue #418ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.66%

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

R = 15.85%
G = 33.66%
B = 50.49%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#418ACF (or 0x418ACF) is known color: Curious Blue. HEX triplet: 41, 8A and CF. RGB value is (65,138,207). Sum of RGB (Red+Green+Blue) = 65+138+207=410 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.85% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #418ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418ACF is #BE7530. Grayscale: #7B7B7B. Windows color (decimal): -12481841 or 13601345. OLE color: 13601345.

HSL color Cylindrical-coordinate representation of color #418ACF: hue angle of 209.15º 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 #418ACF is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 138 207 -
CMYK 0.69 0.33 0 0.19
HSL 209.15º 0.6% 0.53% -
HSV(B) 209.15º 0.69% 0.81% -
XYZ 22.53 23.81 62.44 -
YUV 124.04 174.82 85.89 -
System Red Green Blue C M Y K H S L
Decimal 65 138 207 0.69 0.33 0 0.19 209.15 0.6 0.53
Hex 41 8A CF 45 21 0 13 D1 3C 35
Octal 101 212 317 105 41 0 23 321 74 65
Binary 1000001 10001010 11001111 1000101 100001 0 10011 11010001 111100 110101

Color Harmonies of #418ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418ACF

Black with #418ACF

Text Example


Text Example

White with #418ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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