Html Css Color HEX #418BCF Curious Blue

📋 copy color: '#418BCF'

red 65 ◦ green 139 ◦ blue 207

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

Shades of Curious Blue #418BCF

Tints of Curious Blue #418BCF

RGB

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

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

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

R = 15.82%
G = 33.82%
B = 50.36%

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

#418BCF (or 0x418BCF) is known color: Curious Blue. HEX triplet: 41, 8B and CF. RGB value is (65,139,207). Sum of RGB (Red+Green+Blue) = 65+139+207=411 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.82% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #418BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418BCF is #BE7430. Grayscale: #7C7C7C. Windows color (decimal): -12481585 or 13601601. OLE color: 13601601.

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

Color convert

RGB 65 139 207 -
CMYK 0.69 0.33 0 0.19
HSL 208.73º 0.6% 0.53% -
HSV(B) 208.73º 0.69% 0.81% -
XYZ 22.68 24.09 62.49 -
YUV 124.63 174.48 85.47 -
System Red Green Blue C M Y K H S L
Decimal 65 139 207 0.69 0.33 0 0.19 208.73 0.6 0.53
Hex 41 8B CF 45 21 0 13 D1 3C 35
Octal 101 213 317 105 41 0 23 321 74 65
Binary 1000001 10001011 11001111 1000101 100001 0 10011 11010001 111100 110101

Color Harmonies of #418BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418BCF

Black with #418BCF

Text Example


Text Example

White with #418BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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